diff options
author | ralphe <boyo.ralph@protonmail.com> | 2018-03-19 09:07:46 +0100 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-19 09:05:13 -0700 |
commit | e3f5dcc16dc34a7e558cf02c913fdac485d8b592 (patch) | |
tree | 7694464cb5fe8dc22f8f21de1d65722b4cdf6164 /muttrc | |
parent | 672bbd51496037997db8192f2ec79aeb2bdf246c (diff) |
view attachment script
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ bind index,pager R group-reply macro index,pager S '<sync-mailbox> macro index,pager \Cu |urlview\n +# View attachments properly. +bind attach <return> view-mailcap + #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" |