diff options
author | Karel Kočí <cynerd@email.cz> | 2017-09-18 21:19:28 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-09-18 21:19:28 +0200 |
commit | 3370e45b1c4a6c476827e9467fb1d313bb9a2319 (patch) | |
tree | 8c1698b7de528b5b134141066ebf9629ddea7de9 /mutt/mailcap | |
parent | 15deb620d084366ee51436aa97734a763f5f9e3b (diff) | |
download | myconfigs-3370e45b1c4a6c476827e9467fb1d313bb9a2319.tar.gz myconfigs-3370e45b1c4a6c476827e9467fb1d313bb9a2319.tar.bz2 myconfigs-3370e45b1c4a6c476827e9467fb1d313bb9a2319.zip |
Update mutt mailcap
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 972681f..35d29cd 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -7,8 +7,8 @@ text/html; conkeror %s &; test=test -n "$DISPLAY"; nametemplate=%s.html text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal ##auto_view will use the entry with the copiousoutput part: -text/html; lynx -stdin -dump -force_html ; copiousoutput +text/html; lynx -stdin -dump -force_html -display_charset utf-8 ; copiousoutput image/*; feh --magick-timeout 1 %s -application/pdf; okular %s +application/pdf; llpp %s |