Genuinely correct indentation, this supercedes r502

This commit is contained in:
alexhudson
2007-10-15 18:29:34 +00:00
parent 6c575f5c69
commit ce18379b53
@@ -38,8 +38,8 @@ class MailImportCommand(Command):
fd = open(file)
mailstore = mailbox.PortableUnixMailbox(fd, email.message_from_file)
elif type == "maildir":
mailstore = mailbox.Maildir(file, email.message_from_file)
elif type == "maildir":
mailstore = mailbox.Maildir(file, email.message_from_file)
for msg in mailstore:
data = msg.as_string(True)