* update TODO, webpage

This commit is contained in:
Dirk-Jan C. Binnema
2011-02-28 08:20:58 +02:00
parent 0e528362de
commit bbbba9157b
2 changed files with 14 additions and 14 deletions

2
TODO
View File

@ -17,7 +17,7 @@
* Releases already done * Releases already done
** release 0.9.3 [100%] ** release 0.9.3 [100%]
- [ ] minor bug fixes since 0.9.2 - [X] minor bug fixes since 0.9.2
** release 0.9.2 [100%] ** release 0.9.2 [100%]

View File

@ -10,12 +10,12 @@
need right now. need right now.
*mu* is a tool for dealing with e-mail messages stored in the *mu* is a tool for dealing with e-mail messages stored in the
[[http://en.wikipedia.org/wiki/Maildir][Maildir]]-format. *mu* main purpose is to help you to quickly find the messages [[http://en.wikipedia.org/wiki/Maildir][Maildir]]-format. *mu*'s main purpose is to help you to quickly find the
you need; in addition, it allows you to quickly to view messages, extract messages you need; in addition, it allows you to view messages, extract
attachments, create new maildirs, ... See the [[file:cheatsheet.org][mu cheatsheet]] for some examples. attachments, create new maildirs, ... See the [[file:cheatsheet.org][mu cheatsheet]] for some examples.
Searching works by first indexing your messages into a [[http://xapian.org/][Xapian]]-database. After Searching works by first indexing your messages into a [[http://xapian.org/][Xapian]]-database, which
that, you can quickly find message using a powerful query language. can then be queried using a custom query language.
** News ** News
@ -31,9 +31,9 @@
** Features ** Features
- fast indexing for Maildir, Maildir+ and Maildir-on-VFAT - fast indexing for Maildir, Maildir+ and Maildir-on-VFAT
- search for messages based on the sender, receiver, size, priority, words in - search for messages based on the sender, receiver, message subject, size,
the message body, attachments, date range, certain flags (signed, priority, words in the message body, attachments, date range, flags
encrypted, new, replied, ...) (signed, encrypted, new, replied, ...), message-id, maildir
- known to work on Linux (Ubuntu/Fedora/Debian/GenToo), FreeBSD, MacOS, - known to work on Linux (Ubuntu/Fedora/Debian/GenToo), FreeBSD, MacOS,
Solaris, ... Solaris, ...
- fully documented (man pages) - fully documented (man pages)
@ -48,13 +48,13 @@
** Development & download ** Development & download
Some Linux-distributions already provide pre-built mu packages; if not, or if Some Linux-distributions already provide pre-built mu packages; if there's no
you want the latest release, you can [[http://code.google.com/p/mu0/downloads/list][download mu source packages]] from Google packagage for your distribution, or if you want the latest release, you can
Code. In case you find a bug, or have a feature requests, please use the [[http://code.google.com/p/mu0/downloads/list][download mu source packages]] from Google Code. In case you find a bug, or have
[[http://code.google.com/p/mu0/issues/list][issue tracker]]. a feature requests, please use the [[http://code.google.com/p/mu0/issues/list][issue tracker]].
If you'd like to work with the mu source code, you can find it [[http://gitorious.org/mu/mu-ng][in Gitorious]], If you'd like to work with the mu source code, you can find it [[http://gitorious.org/mu/mu-ng][in Gitorious]];
and see the notes on [[http://gitorious.org/mu/mu-ng/blobs/master/HACKING][HACKING]] the mu source code. also, see the notes on [[http://gitorious.org/mu/mu-ng/blobs/master/HACKING][HACKING]] the mu source code.
There's also a [[http://groups.google.com/group/mu-discuss][mailing list]]. There's also a [[http://groups.google.com/group/mu-discuss][mailing list]].