diff options
author | A Farzat <a@farzat.xyz> | 2024-10-17 16:06:51 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-02 16:06:52 +0900 |
commit | 538d9d4eb2994945a648fbb8c78d955a744eb5a8 (patch) | |
tree | 6031f5b345e0bfd5653c42ddb487e8b7a14ee124 /.config/mutt/mailcap | |
parent | 458cf42c35a9e760d22f9bb6e55c55b2fd66f34a (diff) | |
download | dotfiles-538d9d4eb2994945a648fbb8c78d955a744eb5a8.tar.gz dotfiles-538d9d4eb2994945a648fbb8c78d955a744eb5a8.zip |
Add mutt settings
Diffstat (limited to '.config/mutt/mailcap')
-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..51fa558 --- /dev/null +++ b/.config/mutt/mailcap @@ -0,0 +1,9 @@ +text/html; openfile %s ; nametemplate=%s.html +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; +image/*; linkhandler %s ; +video/*; linkhandler %s ; +audio/*; linkhandler %s ; +application/pdf; openfile %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; +application/x-pkcs7-signature; /usr/lib/neomutt/smime_keys add_cert %s; |