diff options
author | Guangxiong Lin <[email protected]> | 2022-05-08 11:31:42 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-05-08 11:31:42 +0800 |
commit | 814f5b045c7b5f94249d0a7bc34427da0cbedb2a (patch) | |
tree | 1c62500bc7e809c4618ec6f9df9a94328df3bcf8 /.mutt/mailcap | |
parent | 537dd3a1614fcbd3b7e1d3c5443340c603d7a9a4 (diff) | |
download | dotfiles-814f5b045c7b5f94249d0a7bc34427da0cbedb2a.tar.gz dotfiles-814f5b045c7b5f94249d0a7bc34427da0cbedb2a.tar.bz2 dotfiles-814f5b045c7b5f94249d0a7bc34427da0cbedb2a.zip |
Update mutt html view config
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 |