summaryrefslogtreecommitdiff
path: root/debian/control
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>
* update email-print-mime-structure headers to include licensingDaniel Kahn Gillmor2019-09-14
| | | | 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>
* notmuch-slurp-debbug: use IPC::System::SimpleSean Whitton2019-03-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: update description to include notmuch-extract-patchSean Whitton2018-07-26
| | | | 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
|
* new script: notmuch-slurp-debbugSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* debian: write a long descriptionSean Whitton2018-07-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* depend on python3, not pythonSean 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>
* initial DebianisationSean Whitton2018-07-24
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>