X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/0ef78642276735127d2206be184c1e071ad6b0ed..3136a45015a6662f191c4c8aea6fee19aff76169:/widget/imap.lua diff --git a/widget/imap.lua b/widget/imap.lua index 84a1cd0..7c13223 100644 --- a/widget/imap.lua +++ b/widget/imap.lua @@ -1,14 +1,14 @@ - --[[ - - Licensed under GNU General Public License v2 - * (c) 2013, Luke Bonham - + + Licensed under GNU General Public License v2 + * (c) 2013, Luca CPZ + --]] local helpers = require("lain.helpers") local naughty = require("naughty") local wibox = require("wibox") +local awful = require("awful") local string = { format = string.format, gsub = string.gsub } local type = type @@ -60,8 +60,6 @@ local function factory(args) helpers.async(curl, function(f) _, mailcount = string.gsub(f, "%d+", "") - _ = nil - widget = imap.widget settings() @@ -71,7 +69,7 @@ local function factory(args) else nt = mail .. " has " .. mailcount .. " new messages" end - naughty.notify({ preset = mail_notification_preset, text = nt }) + naughty.notify { preset = mail_notification_preset, text = nt } end helpers.set_map(mail, mailcount)