From: Georg Brandl Date: Fri, 19 Oct 2007 17:38:49 +0000 (+0000) Subject: #1284: "S" means "seen", not unread. X-Git-Tag: v2.6a1~1166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2ba6ea9aa0a766424cc163349007bac9c304568;p=python #1284: "S" means "seen", not unread. --- diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index ce8dc59058..5192acb644 100644 --- a/Doc/library/mailbox.rst +++ b/Doc/library/mailbox.rst @@ -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)