An open API service indexing awesome lists of open source software.

https://github.com/dwarfmaster/notmuch-mh

Scripts to use with notmuch to handle mail.
https://github.com/dwarfmaster/notmuch-mh

Last synced: about 1 year ago
JSON representation

Scripts to use with notmuch to handle mail.

Awesome Lists containing this project

README

          

NotMuch-MH
=================

This is a collection of scripts and programs to use
alongside notmuch to handle mails.

Here is a list of scripts :
- treeview.pl : pipe the output of a notmuch show
with json output to this script to get a threaded
list of mails. Accept -r (hide Re:), -d (hide
duplicated subjects) and -s (number of spaces
when identing) arguments.

It requires JSON, Getopt::Std and Term::ANSIColor
perl modules.