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