Commit 6f0fc472 authored by Georg Brandl's avatar Georg Brandl

#1284: "S" means "seen", not unread.

parent e0154c2e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment