diff options
author | Wayne Reeves <darthwayne@hotmail.com> | 2022-08-17 19:14:40 -0500 |
---|---|---|
committer | Wayne Reeves <darthwayne@hotmail.com> | 2022-08-17 19:14:40 -0500 |
commit | a47042582c87af98aef1999f6b64b20b1d6c5cde (patch) | |
tree | efc49be7da040b49f85ae73509e2c70ce8d01fd7 /share/mailcap | |
parent | d4041b5953e0bebf86c85f9a29e25ad7f8af74dc (diff) | |
parent | 110a6ce78549eeef58dac1f9dd283da5f99c5cd3 (diff) |
Merge remote-tracking branch 'origin/master' into HEAD
Diffstat (limited to 'share/mailcap')
-rw-r--r-- | share/mailcap | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/mailcap b/share/mailcap index 5bd2471..0829b3b 100644 --- a/share/mailcap +++ b/share/mailcap @@ -1,8 +1,9 @@ text/plain; $EDITOR %s ; -text/html; openfile %s ; nametemplate=%s.html -text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; -image/*; openfile %s ; +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/*; /usr/local/lib/mutt-wizard/openfile %s ; video/*; setsid mpv --quiet %s &; copiousoutput -application/pdf; openfile %s ; +audio/*; mpv %s ; +application/pdf; /usr/local/lib/mutt-wizard/openfile %s ; application/pgp-encrypted; gpg -d '%s'; copiousoutput; application/pgp-keys; gpg --import '%s'; copiousoutput; |