diff options
author | Karel Kočí <cynerd@email.cz> | 2020-11-23 22:41:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-11-23 22:41:06 +0100 |
commit | b147e764e6278f34f338de58cb2a51f3c54f42cd (patch) | |
tree | 8f2c50a895c81d2aee6dd6fe8dda118607120602 /mutt/mailcap | |
parent | 2cae2a1cdfe0083aa0d4ad86ee9f32248b193938 (diff) | |
download | myconfigs-b147e764e6278f34f338de58cb2a51f3c54f42cd.tar.gz myconfigs-b147e764e6278f34f338de58cb2a51f3c54f42cd.tar.bz2 myconfigs-b147e764e6278f34f338de58cb2a51f3c54f42cd.zip |
Switch away from mutt to notmuch
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mutt/mailcap b/mutt/mailcap deleted file mode 100644 index 8d59638..0000000 --- a/mutt/mailcap +++ /dev/null @@ -1,12 +0,0 @@ -##this is used when (v)iewing a text/html attachment: -##allowing you to browse and "click" links -##order matters the first entry which passes the test is used -#text browser -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 --conversion-timeout 1 %s -application/pdf; mupdf %s - |