Mutt: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
=== Macros ===
=== Macros ===
* Archive macros:
* Archive macros:
<code>
<syntaxhighlight>
macro index,pager "\z" "<save-message>=[Gmail]/All Mail<enter><enter>" "Archive"
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"
macro index,pager "\Z" "<tag-thread><tag-prefix-cond><save-message>=[Gmail]/All Mail<enter><enter>" "Archive Thread"
</code>
</syntaxhighlight>

Revision as of 20:15, 9 November 2021

Mutt is a command line tool for reading the emails.

Usage

Manage the threads

  • Use Esc t to tag all messages in a thread.
  • Use ;s to 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"