X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=manpages%2Fnotmuch-search-terms-7.mdwn;h=b36c16b2fe0a7f3674f75d737c3f6b9ddc7944ee;hb=bf4ac2a31d4b8220d28b36de018a4ad516d60baf;hp=a6b61f3fa607bb0874c57c9b50c532ca8f8d3f07;hpb=8492e59c1abe8e33f3e39a195714ebfbd706a948;p=notmuch-wiki diff --git a/manpages/notmuch-search-terms-7.mdwn b/manpages/notmuch-search-terms-7.mdwn index a6b61f3..b36c16b 100644 --- a/manpages/notmuch-search-terms-7.mdwn +++ b/manpages/notmuch-search-terms-7.mdwn @@ -57,6 +57,8 @@ · date:<since>..<until> + · lastmod:<initial-revision>..<final-revision> + The from: prefix is used to match the name or address of the sender of an email message. @@ -122,6 +124,12 @@ Each timestamp is a number representing the number of seconds since 1970-01-01 00:00:00 UTC. + + 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 conjunc‐ + tion with the --uuid argument to notmuch search to find messages that + have changed since an earlier query.

  Operators

@@ -254,7 +262,14 @@ could describe (the end of yesterday). Similarly, date:january..febru‐ ary matches from the beginning of January to the end of February. - Currently, we do not support spaces in range expressions. You can + date:<expr>..! can be used as a shorthand for date:<expr>..<expr>. The + expansion takes place before interpretation, and thus, for example, + date:monday..! matches from the beginning of Monday until the end of + Monday. (Note that entering date:<expr> without "..", for example + date:yesterday, won't work, as it's not interpreted as a range expres‐ + sion at all. Again, use date:yesterday..!) + + Currently, we do not support spaces in range expressions. You can replace the spaces with '_', or (in most cases) '-', or (in some cases) leave the spaces out altogether. Examples in this man page use spaces for clarity. @@ -263,11 +278,6 @@ ble to specify date:..<until> or date:<since>.. to not limit the start or end time, respectively. Pre-1.2.1 Xapian does not report an error on open ended ranges, but it does not work as expected either. - - Entering date:expr without ".." (for example date:yesterday) won't - work, as it's not interpreted as a range expression at all. You can - achieve the expected result by duplicating the expr both sides of ".." - (for example date:yesterday..yesterday).

  Relative date and time

@@ -358,7 +368,7 @@

COPYRIGHT

-       2015, Carl Worth and many others
+       2009-2015, Carl Worth and many others
 
-

0.20.2

+

0.21