diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-01-15 11:41:13 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-01-15 11:41:13 -0500 |
commit | b62ade47958dfd817e0a6fbb08c79155c5df829a (patch) | |
tree | 4e7cddde899e77784725824fb33183119b5c6bd2 | |
parent | Split out gpg part for mutt (diff) |
Don't auto-decrypt GPG mail
-rw-r--r-- | .mutt/color.rc | 2 | ||||
-rw-r--r-- | .mutt/gpg.rc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.mutt/color.rc b/.mutt/color.rc index 59ef101..6cce15a 100644 --- a/.mutt/color.rc +++ b/.mutt/color.rc @@ -107,7 +107,7 @@ color index brightwhite white "~hX-Launchpad-Bug:.*status\\=Invalid\\; color index yellow default "~hX-Launchpad-Bug:.*status\\=New\\;" -color index magenta default "~b\This\\ bug\\ has\\ been\\ marked\\ a\\ duplicate\\ of\\ bug" +# color index magenta default "~b\This\\ bug\\ has\\ been\\ marked\\ a\\ duplicate\\ of\\ bug" # Various smilies and the like color body brightwhite default "<[Gg]>" # <g> diff --git a/.mutt/gpg.rc b/.mutt/gpg.rc index 1d5eb32..d79487d 100644 --- a/.mutt/gpg.rc +++ b/.mutt/gpg.rc @@ -16,3 +16,4 @@ set pgp_replyencrypt=yes set pgp_timeout=1800 set pgp_good_sign="^gpg: Good signature from" set pgp_use_gpg_agent = yes +set pgp_auto_decode = no |