aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-13 18:27:10 +0200
committerDanilo M. <danix@danix.xyz>2026-09-13 18:27:10 +0200
commite866ecf1680cb5288ba7efa34ef8c618d829bf92 (patch)
tree0b0c09e235cd0458da98b803aa8fab98a132baf9
parent1a01efb088df07cae3f517e69940392606d00d94 (diff)
downloadquickshell-e866ecf1680cb5288ba7efa34ef8c618d829bf92.tar.gz
quickshell-e866ecf1680cb5288ba7efa34ef8c618d829bf92.zip
docs(mail-overview): correct the lastmod range in the READMEHEADmaster
The query starts one revision after the stored one, so the lower bound is exclusive.
-rw-r--r--mail-overview/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-overview/README.md b/mail-overview/README.md
index 7465ac1..34eaa53 100644
--- a/mail-overview/README.md
+++ b/mail-overview/README.md
@@ -143,7 +143,8 @@ revision counter instead:
notmuch count --lastmod 'tag:unread and tag:inbox'
which prints count, database UUID and revision, tab separated. Each account is
-then asked what it gained in `lastmod:<prev>..<cur>`. A count delta was
+then asked what it gained in `lastmod:<prev+1>..<cur>`, the lower bound one
+revision after the stored one so it is exclusive. A count delta was
rejected because it cannot name senders, and a `date:` watermark because
`date:` is the message's own Date header: backdated mail would never notify
and future-dated mail would notify forever.