diff options
-rw-r--r-- | .config/mutt/mailcap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap new file mode 100644 index 0000000..b355f32 --- /dev/null +++ b/.config/mutt/mailcap | |||
@@ -0,0 +1,9 @@ | |||
1 | text/plain; $EDITOR %s ; | ||
2 | text/html; openfile %s ; nametemplate=%s.html | ||
3 | text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; | ||
4 | image/*; openfile %s ; | ||
5 | video/*; setsid mpv --quiet %s &; copiousoutput | ||
6 | audio/*; mpv %s ; | ||
7 | application/pdf; openfile %s ; | ||
8 | application/pgp-encrypted; gpg -d '%s'; copiousoutput; | ||
9 | application/pgp-keys; gpg --import '%s'; copiousoutput; | ||