diff --git a/bootstrap/packages.tsv b/bootstrap/packages.tsv index 7f23193..49c64c3 100644 --- a/bootstrap/packages.tsv +++ b/bootstrap/packages.tsv @@ -151,6 +151,7 @@ moreutils A growing collection of the unix tools that nobody thought to write th mosh Mobile shell, surviving disconnects with local echo and line editing R mpv-mpris MPRIS plugin for mpv R msmtp A mini smtp client R +mutt-ics Show calendar event details in mutt A nano Pico editor clone with enhancements R ncmpcpp Almost exact clone of ncmpc with some new features R needrestart Restart daemons after library updates. A diff --git a/mail/.config/neomutt/mailcap b/mail/.config/neomutt/mailcap index acbeddc..c1634ae 100644 --- a/mail/.config/neomutt/mailcap +++ b/mail/.config/neomutt/mailcap @@ -6,8 +6,8 @@ text/html; render-prettyhtml %s; nametemplate=%s.html; copiousoutput; text/plain; $EDITOR %s ; # show calendar invites -text/calendar; render-calendar-attachment.py %s; copiousoutput; -application/ics; mutt-viewical; copiousoutput; +text/calendar; mutt-ics; copiousoutput +application/ics; mutt-ics; copiousoutput # open images externally image/*; nsxiv %s ;