Kaydet (Commit) a2ba6ea9 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst 0752d20a
......@@ -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