summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* email-print-mime-structure: add decryption capabilityDaniel Kahn Gillmor2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | Add simple decryption capability for email-print-mime-structure, so that it can do stuff like this: $ email-print-mime-structure --pgpkey alice@openpgp.example.sec.asc < msg.eml └┬╴multipart/encrypted 2190 bytes ├─╴application/pgp-encrypted 11 bytes └─╴application/octet-stream 1613 bytes ↧ (decrypts to) └─╴text/plain 425 bytes $ At the moment, it only works with keys that can be found in the filesystem, and when the pgpy module is installed. Possible future work: - try using gpg to do the decryption from whatever gpg's system capabilities are I've added python3-pgpy to the list of Recommends, since it is not a hard dependency. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* changelogSean Whitton2019-11-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelog: notmuch project shipped but did not install the scriptSean Whitton2019-09-16
| | | | | Reported-by: David Bremner <bremner@debian.org> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.11 (0.11-1 to Debian unstable)debian/0.11-1archive/debian/0.11-10.11Sean Whitton2019-09-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelog typoSean Whitton2019-09-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2019-09-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2019-09-14
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ship email-print-mime-structureDaniel Kahn Gillmor2019-09-14
| | | | Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* update email-print-mime-structure headers to include licensingDaniel Kahn Gillmor2019-09-14
| | | | Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* release 0.10 (0.10-1 to Debian unstable)debian/0.10-1archive/debian/0.10-10.10Sean Whitton2019-07-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* close bugSean Whitton2019-07-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* install email-extract-openpgp-certs & its manpage to the debSean Whitton2019-07-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2019-07-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* 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>
* d/copyright: completely new scripts may use any DFSG licenseSean Whitton2019-07-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add CONTRIBUTING.rstSean Whitton2019-07-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.9 (0.9-1 to Debian unstable)debian/0.9-1archive/debian/0.9-10.9Sean Whitton2019-07-14
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix notmuch-extract-thread-patches docstringSean Whitton2019-05-17
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.8 (0.8-1 to Debian experimental)debian/0.8-1archive/debian/0.8-10.8Sean Whitton2019-05-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* new scripts: maildir-import-patch(1), notmuch-import-patch(1)Sean Whitton2019-05-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* mbox2maildir: acquire a lock, and flush after copying all messagesSean Whitton2019-05-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.7 (0.7-1 to Debian unstable)debian/0.7-1archive/debian/0.7-10.7Sean Whitton2019-03-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notmuch-slurp-debbug: Fix the --bts-server argumentSean Whitton2019-03-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.6 (0.6-1 to Debian unstable)debian/0.6-1archive/debian/0.6-10.6Sean Whitton2019-03-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notmuch-slurp-debbug: use IPC::System::SimpleSean Whitton2019-03-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.5 (0.5-1 to Debian unstable)debian/0.5-1archive/debian/0.5-10.5Sean Whitton2019-03-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* set urgency=highSean Whitton2019-03-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bump some copyright yearsSean Whitton2019-03-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notmuch-slurp-debbug: avoid invoking superfluous shellsSean Whitton2019-03-04
| | | | | Reported-by: Paul Wise <pabs@debian.org> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.4 (0.4-1 to Debian unstable)debian/0.4-1archive/debian/0.4-10.4Sean Whitton2018-10-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notmuch-slurp-debbug: skip messages without a Message-IdSean Whitton2018-10-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release 0.3 (0.3-1 to Debian unstable)debian/0.3-1archive/debian/0.3-10.3Sean Whitton2018-09-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* mailscripts.el: add missing Package-RequiresSean Whitton2018-09-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelog: entry for -2 Debian uploaddebian/0.2-2archive/debian/0.2-2Sean Whitton2018-08-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* finalise release 0.2, Debian revision -1debian/0.2-1archive/debian/0.2-10.2Sean Whitton2018-07-26
|
* debian: update description to include notmuch-extract-patchSean Whitton2018-07-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2018-07-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: install notmuch-extract-patchSean Whitton2018-07-26
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: account for notmuch-extract-patch/ in debian/copyrightSean Whitton2018-07-26
| | | | 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>
* release 0.1 (0.1-1 to Debian experimental)debian/0.1-1archive/debian/0.1-10.1Sean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* wrap-and-sort -abstSean Whitton2018-07-24
|
* debian: use the perl:Depends substvarSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: new elpa-mailscripts binary packageSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: add other tools to long descriptionSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: drop fourth component from Standards-VersionSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notmuch-slurp-debbug: rewrite in perl with some new featuresSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* wrap-and-sort -abstSean Whitton2018-07-24
|
* note TODOSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* new script: notmuch-slurp-debbugSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>