Mutt: Difference between revisions

Jump to navigation Jump to search
Update some mutt shortcuts.
 
Line 3: Line 3:
== Usage ==
== Usage ==


=== Manage the threads ===
=== Regex searching and deleting ===
 
Delete all messages using <code>D regex</code>.
 
* 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.
== Setup ==
=== Manage the threads ===
It is useful to set up mutt to order threads based on last reply:
<syntaxhighlight>
set sort_thread_groups  = last-date-sent
set sort_aux            = date-sent
</syntaxhighlight>


=== Macros ===
=== Macros ===