mutt-filters
mutt-filters copied to clipboard
Forked from git://git.dollyfish.net.nz/mutt-filters - which seems to have disapeared
Overview
This is a collection (okay, currently one) of scripts that can be used to filter non-text/plain messages in mutt so they're readable in the internal pager (in a simple text/plain representation)
Dependancies
Perl modules * Data::ICal * Text::Autoformat
These are available as Debian packages (in etch at least) * libdata-ical-perl * libtext-autoformat-perl
Installation
You need something like this in your muttrc ...
autoview text/calendar alternative_order text/plain text/html text/*
which instructs mutt that the text/calendar MIME type can be automatically viewed, but you prefer to see text/plain and text/html first.
Lastly, in your mailcap (either /etc/mailcap or ~/.mailcap) you need something like ...
text/calendar; /path/to/vcalendar-filter; copiousoutput
Any problems/bugs/improvements or feedback of any type is welcome.
http://dollyfish.net.nz/projects/mutt-filters