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:
parent
fadacf5313
commit
28da05b696
2 changed files with 3 additions and 2 deletions
|
@ -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
|
mosh Mobile shell, surviving disconnects with local echo and line editing R
|
||||||
mpv-mpris MPRIS plugin for mpv R
|
mpv-mpris MPRIS plugin for mpv R
|
||||||
msmtp A mini smtp client R
|
msmtp A mini smtp client R
|
||||||
|
mutt-ics Show calendar event details in mutt A
|
||||||
nano Pico editor clone with enhancements R
|
nano Pico editor clone with enhancements R
|
||||||
ncmpcpp Almost exact clone of ncmpc with some new features R
|
ncmpcpp Almost exact clone of ncmpc with some new features R
|
||||||
needrestart Restart daemons after library updates. A
|
needrestart Restart daemons after library updates. A
|
||||||
|
|
|
|
@ -6,8 +6,8 @@ text/html; render-prettyhtml %s; nametemplate=%s.html; copiousoutput;
|
||||||
text/plain; $EDITOR %s ;
|
text/plain; $EDITOR %s ;
|
||||||
|
|
||||||
# show calendar invites
|
# show calendar invites
|
||||||
text/calendar; render-calendar-attachment.py %s; copiousoutput;
|
text/calendar; mutt-ics; copiousoutput
|
||||||
application/ics; mutt-viewical; copiousoutput;
|
application/ics; mutt-ics; copiousoutput
|
||||||
|
|
||||||
# open images externally
|
# open images externally
|
||||||
image/*; nsxiv %s ;
|
image/*; nsxiv %s ;
|
||||||
|
|
Loading…
Reference in a new issue