Skip to content

Commit 148a5f0

Browse files
cmousesirainen
authored andcommitted
man: doveadm-search-query - Clarify that sequence sets are not UIDs
1 parent 37647b3 commit 148a5f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/core/man/doveadm-search-query.7.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,18 @@ revision 1 (see: [[rfc,3501,6.4.4]]) are supported:
6363

6464
*sequence-set*
6565
: Matches messages with the given sequence numbers. The
66-
*sequence-set* may be a single UID. Can be a sequence range,
66+
*sequence-set* may be a single sequence number. Can be a sequence range,
6767
written as *from*:*to*, e.g. **100**:**125**. As comma separated
6868
list of sequences, e.g. **11,50,4**. It's also possible to combine
69-
multiple sequences, e.g. **1,3,5,7,10:20**. Using ***** selects
69+
multiple sequences, e.g. **1,3,5,7,10:20**. Using \* selects
7070
the last mail in the mailbox.
7171

7272
For example 1:100 matches the first 100 mails and 101:200 the next
7373
second hundred mails. 1,5,* matches the first, the fifth and the
7474
last email.
7575

76+
Use `UID` (see below) to search by unique ID.
77+
7678
**ALL**
7779
: Matches all messages.
7880

0 commit comments

Comments
 (0)