On Wednesday, May 2, 2012 3:23:17 PM UTC-4, er
...@hovland.org wrote:
> On Tuesday, November 8, 2011 3:11:24 PM UTC-8, Lukáš Zapletal wrote:
> > 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
> Were you ever able to get this to work? I just tried something
> similar:
> text/calendar; gcalcli %s
> But mutt is still paginating the output instead of running my command. Annoying.
Hi,
I got the same issue and found that once in view attachment, select the text/calendar attachment and press the m key in order to execute the associated mailcap entry.