diff options
Diffstat (limited to '.config/mutt/mailcap')
| -rw-r--r-- | .config/mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index 3646d07..027a394 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap | |||
| @@ -7,5 +7,5 @@ audio/*; mpv %s ; | |||
| 7 | application/pdf; openfile %s ; | 7 | application/pdf; openfile %s ; |
| 8 | application/pgp-encrypted; gpg -d '%s'; copiousoutput; | 8 | application/pgp-encrypted; gpg -d '%s'; copiousoutput; |
| 9 | application/pgp-keys; gpg --import '%s'; copiousoutput; | 9 | application/pgp-keys; gpg --import '%s'; copiousoutput; |
| 10 | text/calendar; mutt-ics; copiousoutput | 10 | application/vnd.ms-excel; openfile '%s'; |
| 11 | application/ics; mutt-ics; copiousoutput | 11 | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet ; openfile '%s'; |
