[PATCH 5/6] cli: add global option "--db-revision"

2015-08-07 Thread David Bremner
Daniel Schoepe writes: > On Fri, 05 Jun 2015 19:28 +0200, David Bremner wrote: >> +``--db-revision=UUID`` >> + Enforce that the database revision is UUID. This is useful to >> + detect rollover in modification counts on messages. You can >> + find this UUID in the first colu

Re: [PATCH 5/6] cli: add global option "--db-revision"

2015-08-07 Thread David Bremner
Daniel Schoepe writes: > On Fri, 05 Jun 2015 19:28 +0200, David Bremner wrote: >> +``--db-revision=UUID`` >> + Enforce that the database revision is UUID. This is useful to >> + detect rollover in modification counts on messages. You can >> + find this UUID in the first colu

[PATCH 5/6] cli: add global option "--db-revision"

2015-08-07 Thread Daniel Schoepe
On Fri, 05 Jun 2015 19:28 +0200, David Bremner wrote: > +``--db-revision=UUID`` > + Enforce that the database revision is UUID. This is useful to > + detect rollover in modification counts on messages. You can > + find this UUID in the first column of output from > + ``n

Re: [PATCH 5/6] cli: add global option "--db-revision"

2015-08-07 Thread Daniel Schoepe
On Fri, 05 Jun 2015 19:28 +0200, David Bremner wrote: > +``--db-revision=UUID`` > + Enforce that the database revision is UUID. This is useful to > + detect rollover in modification counts on messages. You can > + find this UUID in the first column of output from > + ``n

[PATCH 5/6] cli: add global option "--db-revision"

2015-06-05 Thread David Bremner
The function notmuch_exit_if_unmatched_db_revision is split from notmuch_process_shared_options because it needs an open notmuch database. --- doc/man1/notmuch.rst | 10 -- notmuch-client.h | 4 notmuch-compact.c | 4 notmuch-config.c

[PATCH 5/6] cli: add global option "--db-revision"

2015-06-05 Thread David Bremner
The function notmuch_exit_if_unmatched_db_revision is split from notmuch_process_shared_options because it needs an open notmuch database. --- doc/man1/notmuch.rst | 10 -- notmuch-client.h | 4 notmuch-compact.c | 4 notmuch-config.c