Mutt: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) Created page with "Mutt is a command line tool for reading the emails. == Usage == === Manage the threads === * Use <code>Esc t</code> to tag all messages in a thread. * Use <code>;s</code> to..." |
Hoppinglife (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
* Use <code>Esc t</code> to tag all messages in a thread. | * Use <code>Esc t</code> to tag all messages in a thread. | ||
* Use <code>;s</code> to move tagged messages. | * Use <code>;s</code> to move tagged messages. | ||
=== Macros === | |||
* Archive macros: | |||
<code> | |||
macro index,pager "\z" "<save-message>=[Gmail]/All Mail<enter><enter>" "Archive" | |||
macro index,pager "\Z" "<tag-thread><tag-prefix-cond><save-message>=[Gmail]/All Mail<enter><enter>" "Archive Thread" | |||
</code> | |||
Revision as of 20:15, 9 November 2021
Mutt is a command line tool for reading the emails.
Usage
Manage the threads
- Use
Esc tto tag all messages in a thread. - Use
;sto move tagged messages.
Macros
- Archive macros:
macro index,pager "\z" "<save-message>=[Gmail]/All Mail<enter><enter>" "Archive"
macro index,pager "\Z" "<tag-thread><tag-prefix-cond><save-message>=[Gmail]/All Mail<enter><enter>" "Archive Thread"