From: Penny Leach Date: Sun, 24 Jan 2010 22:37:31 +0000 (+1300) Subject: new mutt stuff - wip X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea2fb09c611ba4becb4dfe12070f73ae7bae8b67;p=dotfiles%2Fmutt.git new mutt stuff - wip --- diff --git a/.muttrc b/.muttrc index a7f444a..c34f162 100644 --- a/.muttrc +++ b/.muttrc @@ -36,7 +36,7 @@ set smart_wrap set wrapmargin=0 unset markers set pgp_autosign="yes" -set pgp_auto_decode="yes" +set pgp_auto_decode="no" # http://marc.info/?l=mutt-users&m=125933459002498&w=2 set pgp_create_traditional="no" set pgp_timeout=1800 set pgp_replyencrypt @@ -133,6 +133,10 @@ color status brightgreen blue color tilde blue default color tree red default +# dealing with attachments - not quite working yet +macro attach W /home/penny/attach/ +macro attach E /home/penny/attach/ + # put this last as it screws up the fucking syntax highlighting macro index \eb 'c=search''mairix ' 'Enter Mairix search term' @@ -146,4 +150,3 @@ set wait_key=no # mark all read macro index \cr ".\nN.\n" #mark all messages as read -