summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* notmuch-extract-patch: rewrite & split out mbox-extract-patchSean Whitton2020-02-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Add imap-dl, a simple imap downloaderDaniel Kahn Gillmor2020-02-14
| | | | | | | | | | | | | | | | | | getmail upstream appears to have no plans to convert to python3 in the near future. Some of us use only a minimal subset of features of getmail, and it would be nice to have something simpler, with the main complexity offloaded to the modern python3 stdlib. This patch represents a squashed series of changes from both Jameson Graef Rollins and Daniel Kahn Gillmor (dkg), though dkg is primarily responsible for any remaining bugs. Thanks to Sean Whitton for useful and significant feedback. Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* email-print-mime-structure: Verify Python type annotationsDaniel Kahn Gillmor2019-11-25
| | | | Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* email-print-mime-structure: simple baseline test suiteDaniel Kahn Gillmor2019-11-25
| | | | | | | I want to ensure that any changes don't ultimately break the behavior of email-print-mime-structure. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* normalise shell redirectSean Whitton2019-11-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* email-print-mime-structure: add tab completionDaniel Kahn Gillmor2019-11-10
| | | | | | | | This is modeled after the use of argcomplete in diffoscope, and it should be possible to use it for any other pythonic mailscript that uses argparse. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* generate nroff output in UTF-8. it is 2019!Daniel Kahn Gillmor2019-09-14
| | | | | | | | | | | | also, email-print-mime-structure's manpage uses UTF-8. groff can handle it just fine these days (assuming a UTF-8 locale, i haven't tested otherwise), so i don't think any debian system where this is installed is going to have a problem with it. We use UTF-8 in lots of different manpages already (see the tables in systemd.unit(5), for example). Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* add manpage for email-print-mime-structureDaniel Kahn Gillmor2019-09-14
| | | | Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* Add email-extract-openpgp-certsDaniel Kahn Gillmor2019-07-29
| | | | | | | Hopefully this tool is useful for other people, not just for myself and Anarcat. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* new scripts: maildir-import-patch(1), notmuch-import-patch(1)Sean Whitton2019-05-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add notmuch-extract-patch(1)Sean Whitton2018-07-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* new script: notmuch-slurp-debbugSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* new script: mbox2maildirSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Makefile: add a clean targetSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* build and install a manpage for mdmvSean Whitton2018-07-24
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>