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.
- Host: GitHub
- URL: https://github.com/dwarfmaster/notmuch-mh
- Owner: dwarfmaster
- Created: 2014-06-15T14:37:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T17:37:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T02:48:19.547Z (over 1 year ago)
- Language: C
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.