Re: [PATCH 12/20] cli/show: add information about which headers were protected

2018-06-28 Thread David Bremner
Daniel Kahn Gillmor writes: > --- a/devel/schemata > +++ b/devel/schemata > @@ -89,9 +89,15 @@ crypto = { >status: sigstatus, ># was the set of signatures described under encrypted > cover? >encrypted: bool, > +

Re: [PATCH 04/20] util/crypto: _notmuch_message_crypto: tracks message-wide crypto state

2018-06-28 Thread Daniel Kahn Gillmor
On Fri 2018-06-15 07:16:05 -0300, David Bremner wrote: > Daniel Kahn Gillmor writes: > >> +notmuch_status_t >> +_notmuch_message_crypto_set_sig_list (_notmuch_message_crypto_t >> *msg_crypto, GMimeSignatureList *sigs) >> +{ > > It's a bit confusing that nothing in this API/patch seems to use the

Re: [PATCH 11/20] cli/show: emit payload subject instead of outside subject

2018-06-28 Thread David Bremner
Daniel Kahn Gillmor writes: > > sp->map_key (sp, "Subject"); > -sp->string (sp, g_mime_message_get_subject (message)); > +if (msg_crypto && msg_crypto->payload_subject) { > + sp->string (sp, msg_crypto->payload_subject); > +} else > + sp->string (sp,

Re: 'notmuch search thread:<>' lists multiple threads

2018-06-28 Thread Naveen N. Rao
Hi David, David Bremner wrote: "Naveen N. Rao" writes: In my case, I seem to be having the In-Reply-To headers. I end up with two files per message: one from my inbox and one from the gmane archive that I pull in. All the messages from the gmane archive seem to have a re-written