summaryrefslogtreecommitdiff
path: root/etc/mailcap
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-11 10:07:59 -0700
committerLuke <luke@lukesmith.xyz>2018-02-11 10:07:59 -0700
commitb2c1a1458e993636115761c6841ada427ebf18f6 (patch)
tree5ae8058594469370af0636d9b3cff20efca42960 /etc/mailcap
parent7ac6a5cd587aaa177d711315f4ff1583a3cab002 (diff)
neomutt config files added; gitignore added
Diffstat (limited to 'etc/mailcap')
-rw-r--r--etc/mailcap13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/mailcap b/etc/mailcap
new file mode 100644
index 0000000..45b54f3
--- /dev/null
+++ b/etc/mailcap
@@ -0,0 +1,13 @@
+#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;
+
+text/html; w3m -I %{charset} -T text/html; copiousoutput;
+#text/html; mv %s %s.html && qutebrowser %s.html > /dev/null; needsterminal;
+#
+application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal;
+
+image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput
+
+#application/pdf; pdftotext '%s' -; copiousoutput; description=PDF Document;
+#nametemplate=%s.pdf
+#
+text/plain; vim %s ;