projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051aa77
)
Backport r58545.
author
Georg Brandl
<georg@python.org>
Fri, 19 Oct 2007 17:39:18 +0000
(17:39 +0000)
committer
Georg Brandl
<georg@python.org>
Fri, 19 Oct 2007 17:39:18 +0000
(17:39 +0000)
Doc/lib/libmailbox.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libmailbox.tex
b/Doc/lib/libmailbox.tex
index 24765c8d3ea1c20eab34b6b3d90c609841b5aa32..b52304fac5b8a7c19e16b7cdce3fa05c321fc30a 100644
(file)
--- 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}