diff options
Diffstat (limited to 'share/mailcap')
| -rw-r--r-- | share/mailcap | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/share/mailcap b/share/mailcap index c9c0a68..b355f32 100644 --- a/share/mailcap +++ b/share/mailcap @@ -1,7 +1,9 @@  text/plain; $EDITOR %s ; -text/html; openfile %s ; -text/html; w3m -I %{charset} -T text/html; copiousoutput; -image/*; muttimage %s ; copiousoutput +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 ;  video/*; setsid mpv --quiet %s &; copiousoutput +audio/*; mpv %s ;  application/pdf; openfile %s ;  application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput;  | 
