view attachment script

This commit is contained in:
ralphe 2018-03-19 09:07:46 +01:00 committed by Luke Smith
parent 672bbd5149
commit e3f5dcc16d

3
muttrc
View File

@ -43,6 +43,9 @@ bind index,pager R group-reply
macro index,pager S '<sync-mailbox> macro index,pager S '<sync-mailbox>
macro index,pager \Cu |urlview\n macro index,pager \Cu |urlview\n
# View attachments properly.
bind attach <return> view-mailcap
#Ctrl-R to mark all as read #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" macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"