This commit is contained in:
luke bonham 2014-03-11 21:35:43 +01:00
parent 880e0188ba
commit ad1c15b7c1
2 changed files with 2 additions and 2 deletions

View File

@ -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"