diff options
author | Karel Kočí <cynerd@email.cz> | 2016-08-23 22:46:36 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-08-23 23:01:22 +0200 |
commit | 936e17a9d819a6f55bec09eafd1beec523dcaa64 (patch) | |
tree | 8dc4bafcd7453879924fb89cbe06ba6d63fdb700 /mutt/mailcap | |
parent | b5fdc60edacabf99dff16f04ff2c7618f2233977 (diff) | |
download | myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.tar.gz myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.tar.bz2 myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.zip |
Add newmail-notify and some other small tweaks
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 79e7716..86f7d73 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -9,3 +9,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 ; copiousoutput +image/*; feh %s +application/pdf; okular %s + |