mirror of https://github.com/lcpz/lain.git
typos
This commit is contained in:
parent
880e0188ba
commit
ad1c15b7c1
|
@ -67,7 +67,7 @@ local function worker(args)
|
|||
widget = imap.widget
|
||||
settings()
|
||||
|
||||
if mailcount > helpers.get_map(mail) and mailcount >= 1
|
||||
if mailcount >= 1 and mailcount > helpers.get_map(mail)
|
||||
then
|
||||
if mailcount == 1 then
|
||||
nt = mail .. " has one new message"
|
||||
|
|
Loading…
Reference in New Issue