diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:56:22 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:56:22 +0200 |
commit | a793b23435567f2d4f49846196ceebcc47cd764c (patch) | |
tree | 5f542d40b11c55ff851724cbab21c27ba7a8ff0d /mutt/mailcap | |
parent | 6384224250a62e8b1ea913934db5dbae536ce153 (diff) | |
download | myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.gz myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.bz2 myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.zip |
Remove stuff not needed on server
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mutt/mailcap b/mutt/mailcap deleted file mode 100644 index 972681f..0000000 --- a/mutt/mailcap +++ /dev/null @@ -1,14 +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 -#gui browser if $DISPLAY is set -text/html; conkeror %s &; test=test -n "$DISPLAY"; nametemplate=%s.html -#text browser otherwise -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 --magick-timeout 1 %s -application/pdf; okular %s - |