From 35a9f908c8e97ed453e3673af8375acce24839f5 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 19 Oct 2007 17:39:18 +0000 Subject: [PATCH] Backport r58545. --- Doc/lib/libmailbox.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.50.1