aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")