diff options
| author | Jani Nikula <jani@nikula.org> | 2015-10-17 23:58:48 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-21 09:13:33 -0300 |
| commit | bf719963a74df77581409439c38ad4a76d84db62 (patch) | |
| tree | dae68b5259ff1ecc600b5ecd6d5c5327dc613222 | |
| parent | d689a73e6dbddb1adfda3ce94167573583793394 (diff) | |
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.
| -rw-r--r-- | doc/man7/notmuch-search-terms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 11a3da3d..2fbc16d1 100644 --- a/doc/man7/notmuch-search-terms.rst +++ b/doc/man7/notmuch-search-terms.rst @@ -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. |
