aboutsummaryrefslogtreecommitdiff
path: root/mdir.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 15:34:56 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 15:34:56 +0200
commita54350782e9bbd81aad3ef58a11826e3cd13134c (patch)
treec2281044157b39ab3c7f780d500d084e7d3d3d55 /mdir.lua
parent080d1e82f535e5a8e6fb3fbb4e1df97f7a21bf42 (diff)
downloadvicious-legacy-a54350782e9bbd81aad3ef58a11826e3cd13134c.tar.xz
General cleanup to match with HEAD
Diffstat (limited to 'mdir.lua')
-rw-r--r--mdir.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdir.lua b/mdir.lua
index 520592a..39683c0 100644
--- a/mdir.lua
+++ b/mdir.lua
@@ -16,12 +16,6 @@ module("vicious.mdir")
-- {{{ Maildir widget type
local function worker(format, mdir)
- -- Like with the mbox count widget, we would benefit from the
- -- LuaFileSystem library. However, we didn't rely on extra
- -- libraries to this point so we won't start now. Widgets like
- -- this one are not agressive like CPU or NET, so we can keep it
- -- simple, find is OK with me if we execute every >60s
- --
-- Initialise counters
local newcount = 0
local curcount = 0