summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-03-19 09:16:58 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-03-19 09:16:58 -0700
commit783e15df9a9902361914e0e66869311207fab8cf (patch)
tree40f7ee8c7fab015f83c08209ecf1581f9ee090d1 /muttrc
parentfdeb1270255ec0629b09aab9b5a60537ae3cec13 (diff)
Revert "show headers when composing"
This reverts commit 708787a101132ad629a6d59aeaa9211688700a02.
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index b12b41f..b824d4f 100644
--- a/muttrc
+++ b/muttrc
@@ -46,14 +46,12 @@ macro index,pager \Cu |urlview\n
# View attachments properly.
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"