Remove a stray debug output that slipped in the previous commit.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
ec63b4fe6b
commit
3a1eab7383
@ -570,7 +570,7 @@ class IMAPFolder(BaseFolder):
|
|||||||
typ, resp = imapobj.response('APPENDUID')
|
typ, resp = imapobj.response('APPENDUID')
|
||||||
if resp == [None]:
|
if resp == [None]:
|
||||||
self.ui.warn("Server supports UIDPLUS but got no APPENDUID "
|
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
|
return 0
|
||||||
uid = long(resp[-1].split(' ')[1])
|
uid = long(resp[-1].split(' ')[1])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user