diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/mutt/mailcap | 2 | ||||
-rw-r--r-- | .config/mutt/muttrc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index b355f32..3646d07 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap | |||
@@ -7,3 +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 | ||
11 | application/ics; mutt-ics; copiousoutput | ||
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index b23f339..7b82f89 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc | |||
@@ -16,6 +16,7 @@ set reverse_name # reply as whomever it was to | |||
16 | set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) | 16 | set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) |
17 | auto_view text/html # automatically show html (mailcap uses w3m) | 17 | auto_view text/html # automatically show html (mailcap uses w3m) |
18 | auto_view application/pgp-encrypted | 18 | auto_view application/pgp-encrypted |
19 | auto_view text/calendar application/ics | ||
19 | alternative_order text/plain text/enriched text/html | 20 | alternative_order text/plain text/enriched text/html |
20 | bind index,pager i noop | 21 | bind index,pager i noop |
21 | bind index,pager g noop | 22 | bind index,pager g noop |