From: Georg Brandl Date: Fri, 19 Oct 2007 17:39:18 +0000 (+0000) Subject: Backport r58545. X-Git-Tag: v2.5.2c1~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35a9f908c8e97ed453e3673af8375acce24839f5;p=python Backport r58545. --- diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 24765c8d3e..b52304fac5 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -699,7 +699,7 @@ Return either "new" (if the message should be stored in the \file{new} subdirectory) or "cur" (if the message should be stored in the \file{cur} subdirectory). \note{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 \code{msg} has been read if \code{"S" not in msg.get_flags()} +read. A message \code{msg} has been read if \code{"S" in msg.get_flags()} is \code{True}.} \end{methoddesc}