Fixed typo
Signed-off-by: Vladimir Marek <vlmarek@volny.cz> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
d5cbdc4c0e
commit
e58399ac0b
@ -506,7 +506,7 @@ class IMAPFolder(BaseFolder):
|
||||
return
|
||||
result = imapobj.uid('store', '%d' % uid, 'FLAGS',
|
||||
imaputil.flagsmaildir2imap(flags))
|
||||
assert result[0] == 'OK', 'Error with store: ' + '. '.join(r[1])
|
||||
assert result[0] == 'OK', 'Error with store: ' + '. '.join(result[1])
|
||||
finally:
|
||||
self.imapserver.releaseconnection(imapobj)
|
||||
result = result[1][0]
|
||||
|
Loading…
Reference in New Issue
Block a user