summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorralphe <boyo.ralph@protonmail.com>2018-03-19 09:07:46 +0100
committerLuke Smith <luke@lukesmith.xyz>2018-03-19 09:05:13 -0700
commite3f5dcc16dc34a7e558cf02c913fdac485d8b592 (patch)
tree7694464cb5fe8dc22f8f21de1d65722b4cdf6164
parent672bbd51496037997db8192f2ec79aeb2bdf246c (diff)
view attachment script
-rw-r--r--muttrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index 54350ac..95f8cef 100644
--- a/muttrc
+++ b/muttrc
@@ -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"