diff options
Diffstat (limited to '.mutt/compose.rc')
-rw-r--r-- | .mutt/compose.rc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.mutt/compose.rc b/.mutt/compose.rc new file mode 100644 index 0000000..f2645d8 --- /dev/null +++ b/.mutt/compose.rc @@ -0,0 +1,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: # |