From 404233d15c38fa47bac10e02f54aed4ccc9b9f5e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 23 Feb 2024 01:35:04 +0300 Subject: mutt: add ics support with mutt-ics --- .config/mutt/mailcap | 2 ++ .config/mutt/muttrc | 1 + 2 files changed, 3 insertions(+) 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 ; application/pdf; openfile %s ; application/pgp-encrypted; gpg -d '%s'; copiousoutput; application/pgp-keys; gpg --import '%s'; copiousoutput; +text/calendar; mutt-ics; copiousoutput +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 set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) auto_view text/html # automatically show html (mailcap uses w3m) auto_view application/pgp-encrypted +auto_view text/calendar application/ics alternative_order text/plain text/enriched text/html bind index,pager i noop bind index,pager g noop -- cgit v1.2.3-61-g4310