We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9325780 commit 6db55c8Copy full SHA for 6db55c8
contrib/README.md
@@ -113,8 +113,7 @@ Supported Platforms: platform independent
113
114
**vicious.contrib.ossvol**
115
116
-vicious.contrib.pop
117
- -
+**vicious.contrib.pop**
118
119
**vicious.contrib.pulse**
120
contrib/pop.lua contrib/pop_all.luacontrib/pop.lua renamed to contrib/pop_all.lua
@@ -20,7 +20,7 @@ end)
20
21
-- POP: provides the count of new messages in a POP3 mailbox
22
-- vicious.contrib.pop
23
-local pop = {}
+local pop_all = {}
24
25
26
-- {{{ POP3 count widget type
@@ -52,4 +52,4 @@ local function worker(format, warg)
52
end
53
-- }}}
54
55
-return setmetatable(pop, { __call = function(_, ...) return worker(...) end })
+return setmetatable(pop_all, { __call = function(_, ...) return worker(...) end })
0 commit comments