Mutt
Jump to navigation
Jump to search
Mutt is a command line tool for reading the emails.
Usage
Regex searching and deleting
Delete all messages using D regex.
- Use
Esc tto tag all messages in a thread. - Use
;sto move tagged messages.
Setup
Manage the threads
It is useful to set up mutt to order threads based on last reply:
set sort_thread_groups = last-date-sent
set sort_aux = date-sentMacros
- 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"