]> code.delx.au - dotfiles/commitdiff
Mutt set editor option no longer needed
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 12 Oct 2007 09:58:24 +0000 (19:58 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 12 Oct 2007 09:58:24 +0000 (19:58 +1000)
.mutt/macros

index d83fae1ddcf8ac7788085da7d6fe893e9863ddbd..f73667dde68603bb27d6c6bdb915368c3389d0d6 100644 (file)
@@ -3,9 +3,6 @@
 # Query the address book
 set query_command="lbdbq '%s'"
 
-# Vim for mail editing
-set editor="vim -c 'set tw=78 ft=mail noautoindent nosmartindent'"
-
 # Put messages into the junk folder
 macro index S "<clear-flag>N<clear-flag>O<save-message>=Junk<enter>" "move message to the Junk folder"
 macro pager S "<save-message>=Junk<enter>" "move message to the junk folder"