From ea2fb09c611ba4becb4dfe12070f73ae7bae8b67 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 25 Jan 2010 11:37:31 +1300 Subject: [PATCH] new mutt stuff - wip --- .muttrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 - -- 2.39.5