summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorralphe <boyo.ralph@protonmail.com>2018-03-19 09:18:27 +0100
committerLuke Smith <luke@lukesmith.xyz>2018-03-19 09:17:54 -0700
commitddd64d29e7a3497585be5f9c559f7bdae625f43d (patch)
treec12c88cf3fb3cb6d72a57e305cc4ef1d48930886
parent783e15df9a9902361914e0e66869311207fab8cf (diff)
reply whom ever / inc msg in replies
-rw-r--r--muttrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index b824d4f..2548f80 100644
--- a/muttrc
+++ b/muttrc
@@ -51,6 +51,8 @@ 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
+set reverse_name # reply as whomever it was to
+set include # include message in replies
#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"