move pop widget to match new layout
This commit is contained in:
parent
9325780f02
commit
6db55c8bd0
|
@ -113,8 +113,7 @@ Supported Platforms: platform independent
|
|||
|
||||
**vicious.contrib.ossvol**
|
||||
|
||||
vicious.contrib.pop
|
||||
-
|
||||
**vicious.contrib.pop**
|
||||
|
||||
**vicious.contrib.pulse**
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ end)
|
|||
|
||||
-- POP: provides the count of new messages in a POP3 mailbox
|
||||
-- vicious.contrib.pop
|
||||
local pop = {}
|
||||
local pop_all = {}
|
||||
|
||||
|
||||
-- {{{ POP3 count widget type
|
||||
|
@ -52,4 +52,4 @@ local function worker(format, warg)
|
|||
end
|
||||
-- }}}
|
||||
|
||||
return setmetatable(pop, { __call = function(_, ...) return worker(...) end })
|
||||
return setmetatable(pop_all, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue