summaryrefslogtreecommitdiff
path: root/share/mailcap
diff options
context:
space:
mode:
Diffstat (limited to 'share/mailcap')
-rw-r--r--share/mailcap6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mailcap b/share/mailcap
index a49145f..0829b3b 100644
--- a/share/mailcap
+++ b/share/mailcap
@@ -1,9 +1,9 @@
text/plain; $EDITOR %s ;
-text/html; openfile %s ; nametemplate=%s.html
+text/html; /usr/local/lib/mutt-wizard/openfile %s ; nametemplate=%s.html
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
-image/*; openfile %s ;
+image/*; /usr/local/lib/mutt-wizard/openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
-application/pdf; openfile %s ;
+application/pdf; /usr/local/lib/mutt-wizard/openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;