Skip to content

Commit 08a129c

Browse files
committed
fix README
1 parent 0ccbd69 commit 08a129c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use [OPAM][].
4949
<!-- The purpose of this section is to review the three main technical concepts -->
5050
<!-- needed to understand the interface afforded by this library. -->
5151

52-
### Review: Sequence numbers
52+
## UIDs and Sequence numbers
5353

5454
Emails in a mail folder are numbered in an increasing manner from one upwards
5555
(in order of arrival). The number corresponding to each message is called its
@@ -65,8 +65,6 @@ Clearly this is not very convenient. See below for how to deal with this.
6565
In the high-level API there is only function that uses sequence numbers:
6666
`fetch_messages_by_number`.
6767

68-
### Review: UIDs
69-
7068
A better way to specify messages in an IMAP folder is to use *unique
7169
identification numbers* (from now on, UIDs). As the name implies, they are
7270
supposed to be unique (but only within the folder the message is residing in).

0 commit comments

Comments
 (0)