Fix typo in idlers.py. Fixes #118

This commit is contained in:
Patrick Ulbrich
2016-03-31 12:50:58 +02:00
parent 07bae7c392
commit f7ec6bacd3

View File

@@ -3,7 +3,7 @@
#
# idlers.py
#
# Copyright 2011 - 2015 Patrick Ulbrich <zulu99@gmx.net>
# Copyright 2011 - 2016 Patrick Ulbrich <zulu99@gmx.net>
# Copyright 2011 Leighton Earl <leighton.earl@gmx.com>
#
# This program is free software; you can redistribute it and/or modify
@@ -144,7 +144,7 @@ class Idler(object):
def _select(self, conn, account):
if len(account.folders) == 1:
conn.select(acount.folders[0])
conn.select(account.folders[0])
else:
conn.select("INBOX")