From: Thomas Jarosch Date: Fri, 13 Jul 2012 07:58:40 +0000 (+0200) Subject: Small typo correction X-Git-Url: http://developer.intra2net.com/git/?p=imap-mark-seen;a=commitdiff_plain;h=ca18dbfef849f631d6261b9bc62118486bf5b57e Small typo correction --- diff --git a/src/imap_mark_seen.py b/src/imap_mark_seen.py index 00a4466..1378468 100644 --- a/src/imap_mark_seen.py +++ b/src/imap_mark_seen.py @@ -34,7 +34,7 @@ def main(): logging.info("Marking messages as seen from %s of %s", args.folder, args.user) psw = getpass.getpass() - # prepare simple mail iterator and iterate throug mailboxes + # prepare simple mail iterator and iterate through mailboxes session = MailIterator(args.server, args.user, psw) total_messages = 0 for mailbox in session: