summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorralphe <boyo.ralph@protonmail.com>2018-03-19 09:13:30 +0100
committerLuke Smith <luke@lukesmith.xyz>2018-03-19 09:06:32 -0700
commitba20acf9e94d0d18c44065cd2e1d426fb57a0027 (patch)
tree2e006f75aa46294baae7c54cdb91846c5ff80a81 /muttrc
parent710776ab9952d381c1c37379b07617c61381ee8a (diff)
show headers when composing
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index 36720c6..68e8d9e 100644
--- a/muttrc
+++ b/muttrc
@@ -46,6 +46,7 @@ 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
#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"