fix checking of accused messages
This commit is contained in:
parent
3a301ed6ec
commit
cbec5380f1
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
||||||
break
|
break
|
||||||
|
|
||||||
if int(mail['id_from']) == self.browser.my_id:
|
if int(mail['id_from']) == self.browser.my_id:
|
||||||
if int(mails['remoteStatus']) == 0:
|
if int(mails['remoteStatus']) == 0 and msg is None:
|
||||||
flags |= Message.IS_NOT_ACCUSED
|
flags |= Message.IS_NOT_ACCUSED
|
||||||
else:
|
else:
|
||||||
flags |= Message.IS_ACCUSED
|
flags |= Message.IS_ACCUSED
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue