move gmail to match new layout
This commit is contained in:
parent
108ab2eb82
commit
9a727d417e
|
@ -17,7 +17,7 @@ local string = {
|
||||||
|
|
||||||
-- Gmail: provides count of new and subject of last e-mail on Gmail
|
-- Gmail: provides count of new and subject of last e-mail on Gmail
|
||||||
-- vicious.widgets.gmail
|
-- vicious.widgets.gmail
|
||||||
local gmail = {}
|
local gmail_all = {}
|
||||||
|
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
|
@ -74,4 +74,4 @@ local function worker(format, warg)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(gmail, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(gmail_all, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue