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
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue