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