From ce18379b53ea28119ef78bc1b4e51588caeda38a Mon Sep 17 00:00:00 2001 From: alexhudson Date: Mon, 15 Oct 2007 18:29:34 +0000 Subject: [PATCH] Genuinely correct indentation, this supercedes r502 --- src/apps/storetool/bongo/storetool/MailCommands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/storetool/bongo/storetool/MailCommands.py b/src/apps/storetool/bongo/storetool/MailCommands.py index 435fa10..0202c5c 100644 --- a/src/apps/storetool/bongo/storetool/MailCommands.py +++ b/src/apps/storetool/bongo/storetool/MailCommands.py @@ -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)