summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-02-23 01:35:04 +0300
committerYigit Sever2024-02-23 01:35:04 +0300
commit404233d15c38fa47bac10e02f54aed4ccc9b9f5e (patch)
tree68f009601f48b5c0d463b99c079aeeaa71af4d78
parent19cd800d9c2eb520fbdd8aac143f9d97e1b460b4 (diff)
downloaddotfiles-404233d15c38fa47bac10e02f54aed4ccc9b9f5e.tar.gz
dotfiles-404233d15c38fa47bac10e02f54aed4ccc9b9f5e.tar.bz2
dotfiles-404233d15c38fa47bac10e02f54aed4ccc9b9f5e.zip
mutt: add ics support
with mutt-ics
-rw-r--r--.config/mutt/mailcap2
-rw-r--r--.config/mutt/muttrc1
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 ;
7application/pdf; openfile %s ; 7application/pdf; openfile %s ;
8application/pgp-encrypted; gpg -d '%s'; copiousoutput; 8application/pgp-encrypted; gpg -d '%s'; copiousoutput;
9application/pgp-keys; gpg --import '%s'; copiousoutput; 9application/pgp-keys; gpg --import '%s'; copiousoutput;
10text/calendar; mutt-ics; copiousoutput
11application/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
16set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) 16set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
17auto_view text/html # automatically show html (mailcap uses w3m) 17auto_view text/html # automatically show html (mailcap uses w3m)
18auto_view application/pgp-encrypted 18auto_view application/pgp-encrypted
19auto_view text/calendar application/ics
19alternative_order text/plain text/enriched text/html 20alternative_order text/plain text/enriched text/html
20bind index,pager i noop 21bind index,pager i noop
21bind index,pager g noop 22bind index,pager g noop