diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-09-03 14:50:54 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-09-03 14:50:54 +0200 |
commit | 2e865c6577b6afc91757bab40c62c59f25db1a90 (patch) | |
tree | eb85b2a4d7cb880d0d4794430dc6c3725c0bbc11 /mutt | |
parent | ebdb97491c5e232132f7cf7f169ac7141161e745 (diff) | |
download | myconfigs-2e865c6577b6afc91757bab40c62c59f25db1a90.tar.gz myconfigs-2e865c6577b6afc91757bab40c62c59f25db1a90.tar.bz2 myconfigs-2e865c6577b6afc91757bab40c62c59f25db1a90.zip |
mutt: modify feh command
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index c9ef77a..8d59638 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -7,6 +7,6 @@ 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 -display_charset utf-8 ; copiousoutput -image/*; feh --magick-timeout 1 %s +image/*; feh --conversion-timeout 1 %s application/pdf; mupdf %s |