Remove a stray debug output that slipped in the previous commit.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-01-07 01:31:24 +01:00
parent ec63b4fe6b
commit 3a1eab7383

View File

@ -570,7 +570,7 @@ class IMAPFolder(BaseFolder):
typ, resp = imapobj.response('APPENDUID')
if resp == [None]:
self.ui.warn("Server supports UIDPLUS but got no APPENDUID "
"appending a message. %s" % imapobj._get_untagged_response('APPENDUID', True))
"appending a message.")
return 0
uid = long(resp[-1].split(' ')[1])