diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-10-30 09:33:26 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-10-30 09:33:26 +0100 |
commit | 63fd828e65b1773350cfb402d604d814c72e30cf (patch) | |
tree | 17279b2c97477bd5096f0c598d4a290ab0f98d7b /mutt/muttrc | |
parent | d2b4a4cbfb36481dd8fc13e29ef88db9e10f5d93 (diff) | |
download | myconfigs-63fd828e65b1773350cfb402d604d814c72e30cf.tar.gz myconfigs-63fd828e65b1773350cfb402d604d814c72e30cf.tar.bz2 myconfigs-63fd828e65b1773350cfb402d604d814c72e30cf.zip |
Update mutt config
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 8ab4125..7ebfa2a 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -15,7 +15,7 @@ set ispell="aspell" auto_view text/html alternative_order text/enriched text/plain text/html -macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html & )<enter>" +macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html >/dev/null & )<enter>" source ~/.mutt/gpg.rc set pgp_use_gpg_agent = yes |