mirror of https://github.com/lcpz/lain.git
Fix unread count in imap widget
This commit is contained in:
parent
9c916d5b05
commit
d4f59f292c
|
@ -62,6 +62,7 @@ local function worker(args)
|
|||
f:close()
|
||||
|
||||
_, mailcount = string.gsub(ws, "%d+", "")
|
||||
_ = nil
|
||||
|
||||
widget = imap.widget
|
||||
settings()
|
||||
|
|
Loading…
Reference in New Issue