mdir: fix module description

This commit is contained in:
Adrian C. (anrxc) 2010-03-02 23:19:44 +01:00
parent 57004c0d48
commit 4664beeda1
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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

View File

@ -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")