[PATCH v2 08/10] cli: add insert --must-index option

2014-07-29 Thread Peter Wang
On Wed, 09 Jul 2014 20:20:17 -0300, David Bremner wrote: > Peter Wang writes: > > > This option causes notmuch insert to fail (with exit code 3) on failure > > to index the message, or failure to set the tags on the message, or if > > closing (flushing) the database fails. Failure to sync tags

Re: [PATCH v2 08/10] cli: add insert --must-index option

2014-07-28 Thread Peter Wang
On Wed, 09 Jul 2014 20:20:17 -0300, David Bremner da...@tethera.net wrote: Peter Wang noval...@gmail.com writes: This option causes notmuch insert to fail (with exit code 3) on failure to index the message, or failure to set the tags on the message, or if closing (flushing) the database

Re: [PATCH v2 08/10] cli: add insert --must-index option

2014-07-09 Thread David Bremner
Peter Wang noval...@gmail.com writes: This option causes notmuch insert to fail (with exit code 3) on failure to index the message, or failure to set the tags on the message, or if closing (flushing) the database fails. Failure to sync tags to flags has no effect. I don't really understand

[PATCH v2 08/10] cli: add insert --must-index option

2014-04-16 Thread Peter Wang
This option causes notmuch insert to fail (with exit code 3) on failure to index the message, or failure to set the tags on the message, or if closing (flushing) the database fails. Failure to sync tags to flags has no effect. --- notmuch-insert.c | 57