aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/compose.rc
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-06 22:59:26 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-06 22:59:26 +0800
commit25b947edf445a96db335fe285a8b253b214649ff (patch)
tree3f785cdbef303c71111debd067c95a62ea456587 /.mutt/compose.rc
parent0ed3373f1c2d47aba769aa67439e05350c2792e9 (diff)
downloaddotfiles-25b947edf445a96db335fe285a8b253b214649ff.tar.bz2
Rename .* => _*; Move out private contents.
Diffstat (limited to '.mutt/compose.rc')
-rw-r--r--.mutt/compose.rc15
1 files changed, 0 insertions, 15 deletions
diff --git a/.mutt/compose.rc b/.mutt/compose.rc
deleted file mode 100644
index f2645d8..0000000
--- a/.mutt/compose.rc
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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: #