* TODO updated

This commit is contained in:
Dirk-Jan C. Binnema 2009-12-09 20:21:46 +02:00
parent 64ea16b1a8
commit 96dccc01a4
1 changed files with 14 additions and 8 deletions

22
TODO
View File

@ -1,27 +1,23 @@
#+STARTUP:showall #+STARTUP:showall
* to-do list for mu-ng first release * to-do list for mu-ng first release
** release 0.6 [45%] ** release 0.6 [75%]
- [X] implement re-index - [X] implement re-index
- [X] mu-index config options - [X] mu-index config options
- [ ] check which options actually work, remove rest - [X] check which options actually work, remove rest
- [X] fix AND/OR escaping issue - [X] fix AND/OR escaping issue
- [ ] man page / help - [ ] man page / help
- [X] support MAILDIR
- [X] config system (centralize options) - [X] config system (centralize options)
- [ ] config system (config file)
- [X] logging system - [X] logging system
- [X] better output for indexing (statistics) - [X] better output for indexing (statistics)
- [ ] re-add symlink support (?)
- [X] size check in indexing (~15Mb) - [X] size check in indexing (~15Mb)
- [X] change directory setup a bit (~/.mu/xapian) - [X] change directory setup a bit (~/.mu/xapian)
- [X] remove path-is-absolute checks - [X] remove path-is-absolute checks
- [ ] UTF-8 output to console - [ ] UTF-8 output to console
- [ ] mu-setup
- [ ] bookmarks
- [ ] moving msg field formatting to MuMsgField
- [ ] valgrind checking - [ ] valgrind checking
- [ ] check existing bugs in c.g.c - [X] check existing bugs in c.g.c
- [ ] cleanup ascending/descending stuff - [ ] cleanup ascending/descending stuff
@ -29,7 +25,17 @@
- [ ] detect mail threads - [ ] detect mail threads
- [ ] add move-mail support - [ ] add move-mail support
- [ ] add mu cleanup
- [ ] re-add symlink support (?)
- [ ] test suite - [ ] test suite
- [ ] moving msg field formatting to MuMsgField
- [ ] bookmarks
- [ ] mu-setup
- [ ] config system (config file)