From 480fc82f9b7f222c5fdf5da43e22a1518899aa8f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 29 Apr 2022 14:49:11 -0400 Subject: openfile moved to lib, not for sole running --- share/mailcap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/mailcap') 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; -- cgit v1.2.3