Fixed bug in mail

This commit is contained in:
Thomas Forgione 2018-12-05 20:32:37 +01:00
parent ec4a269a73
commit faff8f44d9
No known key found for this signature in database
GPG Key ID: 63D3E1A00D54FD76
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function show_emails(timeout)
for index, line in pairs(s) do
if index > 1 then
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