Fixed bug: wrong number of arguments to debug() [IMAP.py].

Signed-off-by: David Favro <offlineimap@meta-dynamic.com>
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
David Favro 2011-03-26 19:43:37 -04:00 committed by Nicolas Sebrecht
parent 09515f8f90
commit 954655b7ec

View File

@ -359,7 +359,7 @@ class IMAPFolder(BaseFolder):
# or something. Argh. It seems that Time2Internaldate
# will rause a ValueError if the year is 0102 but not 1902,
# but some IMAP servers nonetheless choke on 1902.
self.ui.debug("Message with invalid date %s. Server will use local time." \
self.ui.debug('imap', "Message with invalid date %s. Server will use local time." \
% datetuple)
return None