From b65d5093803ec81f89f286c90807a44fa219c733 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 4 Oct 2009 00:31:12 +0200 Subject: Reworked counters in mboxc, mdir, org --- org.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'org.lua') diff --git a/org.lua b/org.lua index cdf73c3..ea50db9 100644 --- a/org.lua +++ b/org.lua @@ -27,12 +27,7 @@ local function worker(format, files) local future = today + 24 * 3600 * 7 -- 7 days ahead is maximum -- Initialise counters - local count = { - past = 0, - today = 0, - soon = 0, - future = 0 - } + local count = { past = 0, today = 0, soon = 0, future = 0 } -- Get data from agenda files for i=1, #files do -- cgit v1.2.3