diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-02-09 09:03:10 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-02-09 09:03:10 -0500 |
commit | d8f57b57f6e4f7d07969a26775686b45b0e2b565 (patch) | |
tree | b6476993c24b55ca2a884995bc35460def926c3b /share/mailcap | |
parent | 4cb726546f679bdbab95a7e81937fe6d278578c0 (diff) |
muttimage replaced by openfile
Diffstat (limited to 'share/mailcap')
-rw-r--r-- | share/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mailcap b/share/mailcap index 9687b75..f7a7541 100644 --- a/share/mailcap +++ b/share/mailcap @@ -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; |