mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
man: clarify the parameters for lastmod: range query
<since> and <until> for the lastmod: prefix right below the date: prefix description give the impression one could use last modified dates to lastmod: which is not at all the case. Use <initial-revision>..<final-revision> instead.
This commit is contained in:
parent
d689a73e6d
commit
bf719963a7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ indicate user-supplied values):
|
|||
|
||||
- date:<since>..<until>
|
||||
|
||||
- lastmod:<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.
|
||||
|
|
Loading…
Reference in a new issue