Mutt: Difference between revisions

Jump to navigation Jump to search
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..."
 
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>