aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-02 23:19:44 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-02 23:19:44 +0100
commit4664beeda1e934e5a01848129c41c969b8ece0ba (patch)
treed905f388fc71e4ab1da4cc38f1c2ad1baca523dc
parent57004c0d48baa0de1bd4042a6f7eceb16454318e (diff)
downloadvicious-legacy-4664beeda1e934e5a01848129c41c969b8ece0ba.tar.xz
mdir: fix module description
-rw-r--r--README2
-rw-r--r--mdir.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 28488e0..cfc85d3 100644
--- a/README
+++ b/README
@@ -254,7 +254,7 @@ vicious.widgets.mboxc
of old messages and 3rd as the count of new messages
vicious.widgets.mdir
- - provides a number of new and unread messages in a Maildir
+ - provides the number of new and unread messages in Maildir
structures/directories
- takes a table with full paths to Maildir structures as an argument
- returns 1st value as the count of new messages and 2nd as the
diff --git a/mdir.lua b/mdir.lua
index c3918e2..0e0b27b 100644
--- a/mdir.lua
+++ b/mdir.lua
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
-- }}}
--- Mdir: provides a number of new and unread messages in a Maildir structure
+-- Mdir: provides the number of new and unread messages in Maildir structures/dirs
module("vicious.mdir")