diff options
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap index 51d7e68..bf96c10 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,2 +1,8 @@ +text/html;\ + firefox --new-tab %s;\ + test=test -n "$DISPLAY";\ + nametemplate=%s.html;\ + needsterminal; + text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput |