Lukáš Zapletal
unread,Nov 8, 2011, 6:11:24 PM11/8/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I configured my script to reply calendar items throught the .mailcap
file:
text/ics; xterm -e ~/Mutt/calendar.sh %s
text/calendar; xterm -e ~/Mutt/calendar.sh %s
application/ics; xterm -e ~/Mutt/calendar.sh %s
I dont know why, but Mutt works perfectly with application/ics
attachment, but when I receive text/calendar, it just says there is no
mailcap record for this MIME type.
What place should I check to get it working? Thanks