Reword paragraph

This commit is contained in:
Andrew M. Kuchling 2006-07-27 22:40:05 +00:00
parent 08310d6cb7
commit 4b6d53780d
1 changed files with 2 additions and 3 deletions

View File

@ -1367,9 +1367,8 @@ for message in mailbox.mbox('~/mbox'):
print subject print subject
\end{verbatim} \end{verbatim}
A (surprisingly) simple example of copying all mail from a Babyl mailbox to an To copy all mail from a Babyl mailbox to an MH mailbox, converting all
MH mailbox, converting all of the format-specific information that can be of the format-specific information that can be converted:
converted:
\begin{verbatim} \begin{verbatim}
import mailbox import mailbox