diff options
Diffstat (limited to 'mutt')
-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 |