Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/core/man/doveadm-search-query.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,18 @@ revision 1 (see: [[rfc,3501,6.4.4]]) are supported:

*sequence-set*
: Matches messages with the given sequence numbers. The
*sequence-set* may be a single UID. Can be a sequence range,
*sequence-set* may be a single ID. Can be a sequence range,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say a "a single number" or "a single sequence number".

written as *from*:*to*, e.g. **100**:**125**. As comma separated
list of sequences, e.g. **11,50,4**. It's also possible to combine
multiple sequences, e.g. **1,3,5,7,10:20**. Using ***** selects
multiple sequences, e.g. **1,3,5,7,10:20**. Using \* selects
the last mail in the mailbox.

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

Use `UID` (see below) to search by unique ID.

**ALL**
: Matches all messages.

Expand Down