[PATCH] man: clarify the parameters for lastmod: range query

Subject: [PATCH] man: clarify the parameters for lastmod: range query

Date: Sat, 17 Oct 2015 23:58:48 +0300

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


<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.
---
 doc/man7/notmuch-search-terms.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst
index 11a3da3de135..2fbc16d13372 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.
-- 
2.1.4


Thread: