diff options
| author | Yigit Sever | 2021-10-14 14:57:56 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-14 14:57:56 +0300 |
| commit | ecfde9dc30e1c2e85b5a797bf81220583535b01a (patch) | |
| tree | 7aab1cb6a9676f301dac4a6d860d0a569560520d | |
| parent | ef7f5a0ff314e8b048e245d053db01e65afe0551 (diff) | |
| download | dotfiles-ecfde9dc30e1c2e85b5a797bf81220583535b01a.tar.gz dotfiles-ecfde9dc30e1c2e85b5a797bf81220583535b01a.tar.bz2 dotfiles-ecfde9dc30e1c2e85b5a797bf81220583535b01a.zip | |
mutt: add 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..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; | ||
