aboutsummaryrefslogtreecommitdiffstats
path: root/_mutt/compose.rc
blob: f2645d820b7519f93001d1a6e98a10322a5d884f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# read main config
source ~/.mutt/muttrc

# remove hooks, headers and sig, they are already in the draft
unhook send-hook
unset signature
unmy_hdr *

set edit_headers                # show headers when composing

# call the right editor immediately
set autoedit
set editor = "vim +/^$/+1 -c 'set ft=mail enc=utf-8 tw=72'"

#  vim: set ts=8 sw=4 tw=0 fenc= ft=muttrc: #