remove unused variable
This commit is contained in:
parent
d24167cc20
commit
3c45058cfa
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
|
||||||
if not thread:
|
if not thread:
|
||||||
thread = Thread(id)
|
thread = Thread(id)
|
||||||
|
|
||||||
flags = Message.IS_HTML
|
|
||||||
if not thread.id in self.storage.get('seen', default={}):
|
if not thread.id in self.storage.get('seen', default={}):
|
||||||
flags |= Message.IS_UNREAD
|
flags |= Message.IS_UNREAD
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue