mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit fdeb1270255ec0629b09aab9b5a60537ae3cec13
parent 1ece53fb142ea340b353d504a66a0ff82e302b68
Author: ralphe <boyo.ralph@protonmail.com>
Date:   Mon, 19 Mar 2018 09:17:30 +0100

mail forwarding features

Diffstat:
Mmuttrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/muttrc b/muttrc @@ -48,6 +48,11 @@ 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 +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 macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"