diff options
Diffstat (limited to 'share/mailcap')
-rw-r--r-- | share/mailcap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/mailcap b/share/mailcap new file mode 100644 index 0000000..c9c0a68 --- /dev/null +++ b/share/mailcap @@ -0,0 +1,7 @@ +text/plain; $EDITOR %s ; +text/html; openfile %s ; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; muttimage %s ; copiousoutput +video/*; setsid mpv --quiet %s &; copiousoutput +application/pdf; openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; |