[PATCH 6/6] lib: Add "lastmod:" queries for filtering by last modification

2015-08-07 Thread David Bremner
Daniel Schoepe writes: > > It might be helpful to describe why --db-revision is needed here. At > first glance, just using `notmuch search lastmod:UUID..' looks good > enough to get all changed messages since UUID. Indeed, it's not entirely > clear to me under what conditions just using this

[PATCH 6/6] lib: Add "lastmod:" queries for filtering by last modification

2015-08-07 Thread Daniel Schoepe
On Fri, 05 Jun 2015 19:28 +0200, David Bremner wrote: > +The **lastmod:** prefix can be used to restrict the result by the > +database revision number of when messages were last modified (tags > +were added/removed or filenames changed). This is usually used in > +conjunction with the

Re: [PATCH 6/6] lib: Add lastmod: queries for filtering by last modification

2015-08-07 Thread Daniel Schoepe
On Fri, 05 Jun 2015 19:28 +0200, David Bremner wrote: +The **lastmod:** prefix can be used to restrict the result by the +database revision number of when messages were last modified (tags +were added/removed or filenames changed). This is usually used in +conjunction with the

Re: [PATCH 6/6] lib: Add lastmod: queries for filtering by last modification

2015-08-07 Thread David Bremner
Daniel Schoepe dan...@schoepe.org writes: It might be helpful to describe why --db-revision is needed here. At first glance, just using `notmuch search lastmod:UUID..' looks good enough to get all changed messages since UUID. Indeed, it's not entirely clear to me under what conditions just

[PATCH 6/6] lib: Add "lastmod:" queries for filtering by last modification

2015-06-05 Thread David Bremner
From: Austin Clements The implementation is essentially the same as the date range search prior to Jani's fancy date parser. --- doc/man7/notmuch-search-terms.rst | 8 lib/database-private.h| 1 + lib/database.cc | 4

[PATCH 6/6] lib: Add lastmod: queries for filtering by last modification

2015-06-05 Thread David Bremner
From: Austin Clements amdra...@mit.edu The implementation is essentially the same as the date range search prior to Jani's fancy date parser. --- doc/man7/notmuch-search-terms.rst | 8 lib/database-private.h| 1 + lib/database.cc | 4