Skip to content

Forked from git://git.dollyfish.net.nz/mutt-filters - which seems to have disapeared

License

Notifications You must be signed in to change notification settings

plett/mutt-filters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 ...

auto_view text/calendar
alternative_order text/calendar text/plain text/html text/*

which instructs mutt that the text/calendar MIME type can be automatically
viewed, and you prefer to see calendar entries over text/plain or text/html.

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.

martyn@dollyfish.net.nz

http://dollyfish.net.nz/projects/mutt-filters

About

Forked from git://git.dollyfish.net.nz/mutt-filters - which seems to have disapeared

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%