From ca18dbfef849f631d6261b9bc62118486bf5b57e Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 13 Jul 2012 09:58:40 +0200 Subject: [PATCH] Small typo correction --- src/imap_mark_seen.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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: -- 1.7.1