muttimage replaced by openfile

This commit is contained in:
Luke Smith
2020-02-09 09:03:10 -05:00
parent 4cb726546f
commit d8f57b57f6
5 changed files with 6 additions and 14 deletions

View File

@ -1,7 +1,7 @@
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/*; muttimage %s ; copiousoutput
image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;