technology/communication/mutt.md
... ...
@@ -27,6 +27,12 @@ configure threads to be collapsed when mailbox opened ([thread_ref][])
27 27
folder-hook . "push <collapse-all>\n"
28 28
```
29 29
30
+download directory macro ([macro source][])
31
+```
32
+macro attach W "<save-entry><bol>~/tmp/<eol>"
33
+```
34
+
30 35
[muttrc man]: https://linux.die.net/man/5/muttrc
31 36
[rebind collapse-thread]: https://heipei.net/2009/09/10/mutt-threading-like-a-pro/
32 37
[thread_ref]: http://compgroups.net/comp.mail.mutt/collapsing-threads-by-default/2550437
38
+[macro source]: https://superuser.com/questions/695541/where-does-mutt-save-attachment