]> git.mjollnir.org Git - dotfiles/mutt.git/commitdiff
new mutt stuff - wip
authorPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:37:31 +0000 (11:37 +1300)
committerPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:37:31 +0000 (11:37 +1300)
.muttrc

diff --git a/.muttrc b/.muttrc
index a7f444a41d0852931a976230b358e7d0be3d32f4..c34f162b71e3af190f2657ceee95167715cca8eb 100644 (file)
--- 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 <save-entry><kill-line>/home/penny/attach/
+macro attach E <save-entry><kill-line>/home/penny/attach/<enter>
+
 # put this last as it screws up the fucking syntax highlighting
 macro index \eb 'c=search'<enter><shell-escape>'mairix ' 'Enter Mairix search term'
 
@@ -146,4 +150,3 @@ set wait_key=no
 # mark all read
 macro index \cr "<tag-pattern>.\n<tag-prefix><clear-flag>N<untag-pattern>.\n" #mark all messages as read
 
-