92df7291ff020809dff4c09b1599ff477998d411
technology/communication/mutt.md
| ... | ... | @@ -1,6 +1,8 @@ |
| 1 | 1 | # mutt |
| 2 | 2 | |
| 3 | +search, limit and tagging [patterns][] |
|
| 3 | 4 | * limit new (unread) messages using `~U` |
| 5 | +* limit messages either to: or cc: using ~C (useful for mailing lists) |
|
| 4 | 6 | |
| 5 | 7 | ## index format |
| 6 | 8 | default index format is (taken from [muttrc man][]) |
| ... | ... | @@ -32,6 +34,7 @@ download directory macro ([macro source][]) |
| 32 | 34 | macro attach W "<save-entry><bol>~/tmp/<eol>" |
| 33 | 35 | ``` |
| 34 | 36 | |
| 37 | +[patterns]: http://www.mutt.org/doc/manual/#patterns |
|
| 35 | 38 | [muttrc man]: https://linux.die.net/man/5/muttrc |
| 36 | 39 | [rebind collapse-thread]: https://heipei.net/2009/09/10/mutt-threading-like-a-pro/ |
| 37 | 40 | [thread_ref]: http://compgroups.net/comp.mail.mutt/collapsing-threads-by-default/2550437 |