Genuinely correct indentation, this supercedes r502
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user