Re: [PATCH v4 16/16] add "notmuch reindex" subcommand

2016-08-14 Thread Olly Betts
On Mon, Aug 15, 2016 at 07:42:39AM +0900, David Bremner wrote: > Daniel Kahn Gillmor writes: > > +Supported options for **reindex** include > > + > > +``--try-decrypt`` > > + > > +For each message, if it is encrypted, try to decrypt it while > > +indexing. If decryption is suc

Re: [PATCH v4 16/16] add "notmuch reindex" subcommand

2016-08-14 Thread David Bremner
Daniel Kahn Gillmor writes: > +Supported options for **reindex** include > + > +``--try-decrypt`` > + > +For each message, if it is encrypted, try to decrypt it while > +indexing. If decryption is successful, index the cleartext > +itself. Be aware that the index is

[PATCH v4 16/16] add "notmuch reindex" subcommand

2016-07-08 Thread Daniel Kahn Gillmor
This new subcommand takes a set of search terms, and re-indexes the list of matching messages using the supplied options. This can be used to index the cleartext of encrypted messages with something like: notmuch reindex --try-decrypt \ tag:encrypted and not has:index-decryption=success ---