Fixed bug in mail
This commit is contained in:
parent
ec4a269a73
commit
faff8f44d9
|
@ -65,7 +65,7 @@ function show_emails(timeout)
|
||||||
for index, line in pairs(s) do
|
for index, line in pairs(s) do
|
||||||
if index > 1 then
|
if index > 1 then
|
||||||
actions["Check email from account " .. tostring(index - 1)] = function ()
|
actions["Check email from account " .. tostring(index - 1)] = function ()
|
||||||
awful.spawn.easy_async("firefox " .. s[index - 1])
|
awful.spawn.easy_async("firefox " .. s[index - 1], function() end)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue