mail forwarding features

This commit is contained in:
ralphe 2018-03-19 09:17:30 +01:00 committed by Luke Smith
parent 1ece53fb14
commit fdeb127025

5
muttrc
View File

@ -48,6 +48,11 @@ bind attach <return> view-mailcap
set fast_reply # skip to compose when replying set fast_reply # skip to compose when replying
set edit_headers # show headers when composing set edit_headers # show headers when composing
set fcc_attach # save attachments with the body set fcc_attach # save attachments with the body
unset mime_forward # forward attachments as part of body
set forward_format = "Fwd: %s" # format of subject when forwarding
set forward_decode # decode when forwarding
set forward_quote # include message in forwards
#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"