diff options
| author | Yigit Sever | 2024-02-23 01:35:04 +0300 |
|---|---|---|
| committer | Yigit Sever | 2024-02-23 01:35:04 +0300 |
| commit | 404233d15c38fa47bac10e02f54aed4ccc9b9f5e (patch) | |
| tree | 68f009601f48b5c0d463b99c079aeeaa71af4d78 | |
| parent | 19cd800d9c2eb520fbdd8aac143f9d97e1b460b4 (diff) | |
| download | dotfiles-404233d15c38fa47bac10e02f54aed4ccc9b9f5e.tar.gz dotfiles-404233d15c38fa47bac10e02f54aed4ccc9b9f5e.tar.bz2 dotfiles-404233d15c38fa47bac10e02f54aed4ccc9b9f5e.zip | |
mutt: add ics support
with mutt-ics
| -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 |
