Commit 326ae393 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Reword paragraph

parent 76b357cf
...@@ -1367,9 +1367,8 @@ for message in mailbox.mbox('~/mbox'): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment