This commit is contained in:
luke bonham 2014-03-11 21:35:43 +01:00 committed by copycat-killer
parent 6cb63ddff6
commit 4f0aff52eb
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ local function worker(args)
widget = imap.widget widget = imap.widget
settings() settings()
if mailcount > helpers.get_map(mail) and mailcount >= 1 if mailcount >= 1 and mailcount > helpers.get_map(mail)
then then
if mailcount == 1 then if mailcount == 1 then
nt = mail .. " has one new message" nt = mail .. " has one new message"