move gmail to match new layout

This commit is contained in:
mutlusun 2017-01-25 17:51:41 +01:00 committed by Jörg Thalheim
parent 108ab2eb82
commit 9a727d417e
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ local string = {
-- Gmail: provides count of new and subject of last e-mail on Gmail
-- vicious.widgets.gmail
local gmail = {}
local gmail_all = {}
-- {{{ Variable definitions
@ -74,4 +74,4 @@ local function worker(format, warg)
end
-- }}}
return setmetatable(gmail, { __call = function(_, ...) return worker(...) end })
return setmetatable(gmail_all, { __call = function(_, ...) return worker(...) end })