summaryrefslogtreecommitdiff
path: root/.config/neomutt/mailcap
diff options
context:
space:
mode:
Diffstat (limited to '.config/neomutt/mailcap')
-rw-r--r--.config/neomutt/mailcap11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap
new file mode 100644
index 0000000..822a8dc
--- /dev/null
+++ b/.config/neomutt/mailcap
@@ -0,0 +1,11 @@
+image/*; /usr/local/bin/xdg-open %s
+
+application/msword; /usr/local/bin/xdg-open %s
+application/pdf; /usr/local/bin/xdg-open %s
+application/postscript ; /usr/local/bin/xdg-open %s
+
+# text/html; qutebrowser %s && sleep 5 ; test=test -n "$DISPLAY";
+nametemplate=%s.html; needsterminal
+# text/html; lynx -dump %s ; copiousoutput; nametemplate=%s.html
+text/html; w3m -I %{charset} -T text/html ; copiousoutput; nametemplate=%s.html
+