Small typo correction
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Jul 2012 07:58:40 +0000 (09:58 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Jul 2012 07:58:40 +0000 (09:58 +0200)
src/imap_mark_seen.py

index 00a4466..1378468 100644 (file)
@@ -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: