aboutsummaryrefslogtreecommitdiff
path: root/mdir.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 17:25:23 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 17:25:23 +0200
commit2a5126f4f0c0a3e073becb98f49499363072643d (patch)
treecd9e79c76420d01c94544ce039a6a73eb667e4e5 /mdir.lua
parent4f3599db00b3a55a0ff6e52530bdad282e97f8f3 (diff)
downloadvicious-legacy-2a5126f4f0c0a3e073becb98f49499363072643d.tar.xz
General cleanup
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