summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorralphe <boyo.ralph@protonmail.com>2018-03-19 09:17:30 +0100
committerLuke Smith <luke@lukesmith.xyz>2018-03-19 09:14:12 -0700
commitfdeb1270255ec0629b09aab9b5a60537ae3cec13 (patch)
treee6a38661fedee8904c2069b5624a97b9113ed8c4 /muttrc
parent1ece53fb142ea340b353d504a66a0ff82e302b68 (diff)
mail forwarding features
Diffstat (limited to 'muttrc')
-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"