From f51ba63e908722ee3d8cff24e78ba414c3f731f8 Mon Sep 17 00:00:00 2001 From: ralphe Date: Mon, 19 Mar 2018 09:17:30 +0100 Subject: [PATCH] mail forwarding features --- muttrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/muttrc b/muttrc index b779505..d5c9317 100644 --- a/muttrc +++ b/muttrc @@ -52,6 +52,11 @@ set fast_reply # skip to compose when replying set edit_headers # show headers when composing set askcc # ask for CC: 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~UN." "mark all messages as read"