commit 1be74c5189e04034e909dae1e8770ac853469c76
parent d7cef493a9f5fc5b7ad3c1e1279f65f47548aa0e
Author: pyratebeard <root@pyratebeard.net>
Date: Thu, 16 May 2019 15:52:32 +0100
mutt save attachment macro
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/technology/communication/mutt.md b/technology/communication/mutt.md
@@ -27,6 +27,12 @@ configure threads to be collapsed when mailbox opened ([thread_ref][])
folder-hook . "push <collapse-all>\n"
```
+download directory macro ([macro source][])
+```
+macro attach W "<save-entry><bol>~/tmp/<eol>"
+```
+
[muttrc man]: https://linux.die.net/man/5/muttrc
[rebind collapse-thread]: https://heipei.net/2009/09/10/mutt-threading-like-a-pro/
[thread_ref]: http://compgroups.net/comp.mail.mutt/collapsing-threads-by-default/2550437
+[macro source]: https://superuser.com/questions/695541/where-does-mutt-save-attachment