diff options
| author | ralphe <boyo.ralph@protonmail.com> | 2018-03-19 09:18:27 +0100 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-19 09:17:54 -0700 | 
| commit | ddd64d29e7a3497585be5f9c559f7bdae625f43d (patch) | |
| tree | c12c88cf3fb3cb6d72a57e305cc4ef1d48930886 | |
| parent | 783e15df9a9902361914e0e66869311207fab8cf (diff) | |
reply whom ever / inc msg in replies
| -rw-r--r-- | muttrc | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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" | 
