diff options
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 |