summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muttrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index 7071512..b12b41f 100644
--- 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"