mirror of https://github.com/lcpz/lain.git
typos
This commit is contained in:
parent
6cb63ddff6
commit
4f0aff52eb
|
@ -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"
|
||||
|
|
|
@ -57,4 +57,4 @@ Hail|冰雹
|
|||
Fog|雾
|
||||
Foggy|有雾
|
||||
Haze|薄雾
|
||||
Light|小
|
||||
Light|小
|
||||
|
|
Loading…
Reference in New Issue