diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-20 17:55:41 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-20 17:55:41 +0200 |
commit | 1254632045b0879f7149727324859d0951faa427 (patch) | |
tree | d6a8a6305fe48fa8de46dc48145df4434bbadbb4 /mutt/muttrc | |
parent | 00182ed5254657dd1d6fdc2c6e20cd6c3478c4c3 (diff) | |
download | myconfigs-1254632045b0879f7149727324859d0951faa427.tar.gz myconfigs-1254632045b0879f7149727324859d0951faa427.tar.bz2 myconfigs-1254632045b0879f7149727324859d0951faa427.zip |
Update browser settings for mutt
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 7fd15f1..8ab4125 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 && conkeror ~/.cache/mutt/mail.html && rm ~/.cache/mutt/mail.html<enter>" +macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && ( surf ~/.cache/mutt/mail.html & )<enter>" source ~/.mutt/gpg.rc set pgp_use_gpg_agent = yes |