From 16ce08dc1fbdcc558327d24d44f41cf3296140d2 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 12 Sep 2021 12:14:49 +0800 Subject: Set mutt default attachments folder: ~/Downloads --- .mutt/muttrc | 1 + 1 file changed, 1 insertion(+) (limited to '.mutt/muttrc') diff --git a/.mutt/muttrc b/.mutt/muttrc index d154b41..5f65235 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -24,6 +24,7 @@ macro index 'c' '?^K=' macro index,pager 's' '?' macro attach 'V' "iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html$BROWSER ~/.cache/mutt/mail.html" +macro attach s ~/Downloads/ # key bindings source ~/.mutt/keybindings -- cgit v1.2.3