diff options
author | Wayne Reeves <darthwayne@hotmail.com> | 2020-06-25 16:27:43 -0500 |
---|---|---|
committer | Wayne Reeves <darthwayne@hotmail.com> | 2020-06-25 16:27:43 -0500 |
commit | d4041b5953e0bebf86c85f9a29e25ad7f8af74dc (patch) | |
tree | fe58879b7e74a87fd43a388b708ad539e1de03a9 /share/mailcap | |
parent | 07a4cc290dba7842b2ffc73ca86d23e3cc8f989a (diff) | |
parent | 497839b1ee804d86f9dac453108c7bbf071060ee (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'share/mailcap')
-rw-r--r-- | share/mailcap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mailcap b/share/mailcap index 9687b75..5bd2471 100644 --- a/share/mailcap +++ b/share/mailcap @@ -1,7 +1,8 @@ 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; +application/pgp-keys; gpg --import '%s'; copiousoutput; |