diff options
author | Guangxiong Lin <[email protected]> | 2021-09-12 12:14:49 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-12 12:14:49 +0800 |
commit | 16ce08dc1fbdcc558327d24d44f41cf3296140d2 (patch) | |
tree | 7a5850475093e51f2cbc43d8290c7e38c9abbbe3 /.mutt | |
parent | 37ac5f17c8c88e3660572055d964c528933db833 (diff) | |
download | dotfiles-16ce08dc1fbdcc558327d24d44f41cf3296140d2.tar.gz dotfiles-16ce08dc1fbdcc558327d24d44f41cf3296140d2.tar.bz2 dotfiles-16ce08dc1fbdcc558327d24d44f41cf3296140d2.zip |
Set mutt default attachments folder: ~/Downloads
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
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' '<change-folder>?<change-dir><home>^K=<enter>' macro index,pager 's' '<save-message>?' macro attach 'V' "<pipe-entry>iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html<enter><shell-escape>$BROWSER ~/.cache/mutt/mail.html<enter>" +macro attach s <save-entry><kill-line>~/Downloads/ # key bindings source ~/.mutt/keybindings |