1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: changed openfile path to /usr/bin/openfile
Author: Braulio Henrique Marques Souto <braulio@disroot.org>
Forwarded: not-needed
Last-Update: 2022-10-31
Index: mutt-wizard-3.3.1/share/mailcap
===================================================================
--- mutt-wizard-3.3.1.orig/share/mailcap
+++ mutt-wizard-3.3.1/share/mailcap
@@ -1,9 +1,9 @@
text/plain; $EDITOR %s ;
-text/html; /usr/local/lib/mutt-wizard/openfile %s ; nametemplate=%s.html
+text/html; /usr/bin/openfile %s ; nametemplate=%s.html
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
-image/*; /usr/local/lib/mutt-wizard/openfile %s ;
+image/*; /usr/bin/openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
-application/pdf; /usr/local/lib/mutt-wizard/openfile %s ;
+application/pdf; /usr/bin/openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;
|