mail: Add ics/calendar preview to neomutt

Added the automatic display of calendar events or ics files to neomutt,
using the mutt-ics script (available in AUR).

Will display start/end time and participants directly in mail body.
This commit is contained in:
Marty Oehme 2022-11-23 12:13:02 +01:00
parent fadacf5313
commit 28da05b696
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
2 changed files with 3 additions and 2 deletions

View File

@ -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

1 Name Description Source Target
151 mosh Mobile shell, surviving disconnects with local echo and line editing R
152 mpv-mpris MPRIS plugin for mpv R
153 msmtp A mini smtp client R
154 mutt-ics Show calendar event details in mutt A
155 nano Pico editor clone with enhancements R
156 ncmpcpp Almost exact clone of ncmpc with some new features R
157 needrestart Restart daemons after library updates. A

View File

@ -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 ;