Commit Graph

4 Commits

Author SHA1 Message Date
Adrian C. (anrxc) 475da04ed1 Mbox mail count widget included.
The, mboxc, widget supplements the mbox widget. The mbox widget
returns the subject of the last e-mail in a mbox, while the mboxc
widget returns the count of total, old and new messages. Dealing with
potentially *HUGE* files is not easy, I tried to find some middle
ground for now, comments in the file discuss it in detail. Having the
LuaFileSystem lib would be nice, so we could do caching and avoid 90%
of the reads, but I didn't rely on external libraries to this point so
I'm not going to start now.
2009-07-31 07:49:28 +02:00
Adrian C. (anrxc) 052748a2cb Fix the key reference to custom keys in the README 2009-07-30 20:33:54 +02:00
Adrian C. (anrxc) 51770fe3e5 Fixed README and moved the ChangeLog to CHANGES. 2009-07-30 17:15:21 +02:00
Adrian C. (anrxc) a8dc5c6f6d Added basic documentation as a README file.
The README explains some basics. Also fixed a typo in the dio
widget description, that I noticed while writing documentation.
2009-07-30 04:44:22 +02:00