Commit d85a13a9 authored by Georg Brandl's avatar Georg Brandl

#2265: fix example.

parent 513460f8
......@@ -1630,7 +1630,7 @@ format-specific information that can be converted::
destination = mailbox.MH('~/Mail')
destination.lock()
for message in mailbox.Babyl('~/RMAIL'):
destination.add(MHMessage(message))
destination.add(mailbox.MHMessage(message))
destination.flush()
destination.unlock()
......
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