diff options
Diffstat (limited to '')
-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 |