yep.
This commit is contained in:
parent
1cd971f582
commit
4d237620d9
@ -60,7 +60,7 @@ class Mail(IntervalModule):
|
|||||||
current_unread = 0
|
current_unread = 0
|
||||||
for id, backend in enumerate(self.backends):
|
for id, backend in enumerate(self.backends):
|
||||||
temp = backend.unread or 0
|
temp = backend.unread or 0
|
||||||
unread = unread + backend.unread
|
unread = unread + temp
|
||||||
if id == self.current_backend:
|
if id == self.current_backend:
|
||||||
current_unread = temp
|
current_unread = temp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user