diff options
author | ralphe <boyo.ralph@protonmail.com> | 2018-03-19 09:15:26 +0100 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-19 09:12:57 -0700 |
commit | 1ece53fb142ea340b353d504a66a0ff82e302b68 (patch) | |
tree | 2bb89d4bf132df1e8b360bca09e16fde68c35f51 /muttrc | |
parent | ba20acf9e94d0d18c44065cd2e1d426fb57a0027 (diff) |
save attachments with the body
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ macro index,pager \Cu |urlview\n bind attach <return> view-mailcap set fast_reply # skip to compose when replying set edit_headers # show headers when composing +set fcc_attach # save attachments with the body #Ctrl-R to mark all as read macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" |