mirror of https://github.com/python/cpython
#1284: "S" means "seen", not unread.
This commit is contained in:
parent
0752d20a34
commit
a2ba6ea9aa
|
@ -806,7 +806,7 @@ follows:
|
|||
|
||||
A message is typically moved from :file:`new` to :file:`cur` after its mailbox
|
||||
has been accessed, whether or not the message is has been read. A message
|
||||
``msg`` has been read if ``"S" not in msg.get_flags()`` is ``True``.
|
||||
``msg`` has been read if ``"S" in msg.get_flags()`` is ``True``.
|
||||
|
||||
|
||||
.. method:: MaildirMessage.set_subdir(subdir)
|
||||
|
|
Loading…
Reference in New Issue