diff options
author | Karel Kočí <cynerd@email.cz> | 2019-01-05 12:43:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-01-05 12:43:52 +0100 |
commit | 2777a140e3afada8db0bfc8263342206a54d680e (patch) | |
tree | bf72a1144e2b60260148bf7d2965245dd88a40e9 /mutt/mailcap | |
parent | 89bca0617c8176e0ca3dfa093f80d818eb188fd7 (diff) | |
download | myconfigs-2777a140e3afada8db0bfc8263342206a54d680e.tar.gz myconfigs-2777a140e3afada8db0bfc8263342206a54d680e.tar.bz2 myconfigs-2777a140e3afada8db0bfc8263342206a54d680e.zip |
mutt: change pdf application
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 552afc5..c9ef77a 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -8,5 +8,5 @@ text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal text/html; lynx -stdin -dump -force_html -display_charset utf-8 ; copiousoutput image/*; feh --magick-timeout 1 %s -application/pdf; llpp %s +application/pdf; mupdf %s |