summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* changelogdebian/0.14-1_bpo10+1archive/debian/0.14-1_bpo10+1Sean Whitton2019-11-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Merge tag 'debian/0.14-1' into buster-bpoSean Whitton2019-11-20
|\ | | | | | | | | | | | | | | | | | | | | | | mailscripts release 0.14-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Fri 15 Nov 2019 06:20:35 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * release mailscripts 0.14 (0.14-1 to Debian unstable)debian/0.14-1archive/debian/0.14-10.14Sean Whitton2019-11-15
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean Whitton2019-11-15
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * Declare compliance with Debian Policy 4.4.1Sean Whitton2019-11-10
| | | | | | | | | | | | | | Thanks to Daniel Kahn Gillmor for taking the time to verify that no changes are required. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean 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>
| * release mailscript 0.13 (0.13-1 to Debian unstable)debian/0.13-1archive/debian/0.13-10.13Sean Whitton2019-11-10
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * demote gpg, gpg-agent Recommends->SuggestsSean Whitton2019-11-10
| | | | | | | | | | | | See discussion in #944340. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean Whitton2019-11-10
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * email-print-mime-structure: Add --use-gpg-agent for decryptionDaniel Kahn Gillmor2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, the user may want to try to use their own GnuPG secret keys to decrypt encrypted parts of the message. By default it is disabled so that we aren't accidentally triggering the use of user secret key material. Note that gpg(1) says: It is highly recommended to use [--batch] along with the options --status-fd and --with-colons for any unattended use of gpg. I am deliberately choosing to not use either --status-fd or --with-colons for email-print-mime-structure. I'm not using --with-colons because there is no output from GnuPG that we expect to be machine-readable -- we're just looking for the cleartext of whatever ciphertext is in the message part. I'm not using --status-fd because there is nothing actionable we can do with GnuPG status messages, and asking for them would require switching from subprocess.run to subprocess.Popen to take advantage of the pass_fds argument, which in turn would make the script only work in a POSIX environment (I believe, but have not tested, that the script can currently be used on Windows). Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
| * wrap-and-sort -astDaniel Kahn Gillmor2019-11-09
| | | | | | | | Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
| * mailscripts.el: arg to pass --reroll-count to notmuch-extract-patchSean Whitton2019-11-09
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * close bugSean Whitton2019-11-09
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean Whitton2019-11-09
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * release mailscript 0.12 (0.12-1 to Debian unstable)debian/0.12-1archive/debian/0.12-10.12Sean Whitton2019-11-06
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean Whitton2019-11-06
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * mailscripts.el: if user does not enter a branch name, use HEADSean Whitton2019-11-06
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean Whitton2019-11-02
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * mailscripts.el: add notmuch-extract-message-patches{,-projectile}Sean Whitton2019-11-02
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * mailscripts.el: add notmuch-extract-thread-patches-projectileSean Whitton2019-11-02
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * mailscripts.el: add mailscripts-extract-patches-branch-prefixSean Whitton2019-11-02
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * changelogSean Whitton2019-11-02
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * 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>
* | upload 0.11-1~bpo10+1 to buster-backportsdebian/0.11-1_bpo10+1archive/debian/0.11-1_bpo10+1Sean Whitton2019-09-20
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | Merge tag 'debian/0.11-1' into buster-bpoSean Whitton2019-09-20
|\| | | | | | | | | | | | | | | | | | | | | | | mailscripts release 0.11-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Sun 15 Sep 2019 08:18:22 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * 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>
* | upload 0.10-1~bpo10+1 to buster-backportsdebian/0.10-1_bpo10+1archive/debian/0.10-1_bpo10+1Sean Whitton2019-09-06
| | | | | | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | Merge tag 'debian/0.10-1' into buster-bpoSean Whitton2019-09-06
|\| | | | | | | | | | | | | | | | | | | | | | | mailscripts release 0.10-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Tue 30 Jul 2019 05:29:55 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * 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>
* | upload 0.9-1~bpo10+1 to buster-backports NEWdebian/0.9-1_bpo10+1archive/debian/0.9-1_bpo10+1Sean Whitton2019-07-20
|/ | | | 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>