X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-search-terms-7.mdwn;h=14574087e572c11ba43bfdeb3575d252207f8d5a;hb=463553b46f63067f5b25a6115f116d88f02d50ec;hp=e4058119ede883288b345efce4d6fd7698e93aa9;hpb=e4734d2e839d916a78d295c76eff880574c327db;p=notmuch-wiki diff --git a/manpages/notmuch-search-terms-7.mdwn b/manpages/notmuch-search-terms-7.mdwn index e405811..1457408 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

-       2014, Carl Worth and many others
+       2009-2016, Carl Worth and many others
 
-

0.20.1

+

0.22