Re: version 4: Retrieve GPG keys asynchronously.

2019-09-15 Thread Tomi Ollila
On Wed, Sep 11 2019, Daniel Kahn Gillmor wrote: > In id:87blw1rldy@tethera.net, bremner identified two of my edits > breaking dme's series that permits asynchronous retrieval of OpenPGP > keys. > > This is a revision of that series that should apply to the current > master, taking into

Re: [PATCH v5 2/4] util/repair: identify and repair "Mixed Up" mangled messages

2019-09-15 Thread Tomi Ollila
On Sun, Sep 15 2019, Daniel Kahn Gillmor wrote: > This patch implements a functional identification and repair process If there is going to be more versions, then the above could be changed to either 1) This commit implements... or just 2) Implement a functional ... > for "Mixed Up" MIME

[PATCH] Drop devel/printmimestructure (it is in mailscripts 0.11)

2019-09-15 Thread Daniel Kahn Gillmor
mailscripts 0.11 now ships a derivative of devel/printmimestructure called email-print-mime-structure. Maintenance for that utility will happen in mailscripts from now on, so we should not track an independent copy of it in notmuch's source tree. See https://bugs.debian.org/939993 for more

Re: [PATCH] Drop devel/printmimestructure (it is in mailscripts 0.11)

2019-09-15 Thread Tomi Ollila
On Sun, Sep 15 2019, Daniel Kahn Gillmor wrote: > mailscripts 0.11 now ships a derivative of devel/printmimestructure > called email-print-mime-structure. Maintenance for that utility will > happen in mailscripts from now on, so we should not track an > independent copy of it in notmuch's source

[PATCH v5 2/4] util/repair: identify and repair "Mixed Up" mangled messages

2019-09-15 Thread Daniel Kahn Gillmor
This patch implements a functional identification and repair process for "Mixed Up" MIME messages as described in https://tools.ietf.org/html/draft-dkg-openpgp-pgpmime-message-mangling-00#section-4.1 The detection test is not entirely complete, in that it does not verify the contents of the

Re: [PATCH v4 2/4] util/repair: identify and repair "Mixed Up" mangled messages

2019-09-15 Thread Daniel Kahn Gillmor
Thanks for the review, David. On Fri 2019-09-13 22:58:27 -0300, David Bremner wrote: > Daniel Kahn Gillmor writes: > >> +/* see >> + * >> https://tools.ietf.org/html/draft-dkg-openpgp-pgpmime-message-mangling-00#section-4.1.1 >> */ >> +static bool >> +_notmuch_is_mixed_up_mangled (GMimeObject

Re: [PATCH v5 2/4] util/repair: identify and repair "Mixed Up" mangled messages

2019-09-15 Thread Daniel Kahn Gillmor
On Sun 2019-09-15 23:26:59 +0300, Tomi Ollila wrote: > On Sun, Sep 15 2019, Daniel Kahn Gillmor wrote: > >> This patch implements a functional identification and repair process > > If there is going to be more versions, then the above could be changed > to either > > 1) This commit implements...

Re: [PATCH] Drop devel/printmimestructure (it is in mailscripts 0.11)

2019-09-15 Thread David Bremner
Tomi Ollila writes: > On Sun, Sep 15 2019, Daniel Kahn Gillmor wrote: > >> mailscripts 0.11 now ships a derivative of devel/printmimestructure >> called email-print-mime-structure. Maintenance for that utility will >> happen in mailscripts from now on, so we should not track an >> independent