From 6033f5113882f82ead8353c33fc2a0894715499f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 7 Jan 2011 08:34:25 +0200 Subject: [PATCH] * updated TODO --- TODO | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index e96b2f2b..3f156bf4 100644 --- a/TODO +++ b/TODO @@ -3,21 +3,28 @@ ** future release - [ ] mu stats - - [ ] size range searches - [ ] config system (config file) (?) - [ ] detect mail threads (?) + - [ ] don't make test mail files executable + - [ ] better 'usage' info + - [ ] add version info to output of configure, mu.log + - [ ] make 'make check' more useful for others + - [ ] follow symlinks when indexing + +** release 0.10 + + - [X] size range searches - [ ] completion for zsh - [ ] don't make test mail files executable - [ ] xml,json,sexp output - - [ ] check all strings are really UTF8 - - [ ] fix size value + - [X] check all strings are really UTF8 + - [X] fix size value - [X] separate exit code for 'not found' vs other errors - [ ] fix build for Solaris - [X] clearer errors when /home/user does not exist - [X] fix -pedantic build - [X] make commit batch size configurable param - [ ] better 'usage' info - - [ ] add version info to output of configure, mu.log - [ ] make 'make check' more useful for others - [ ] follow symlinks when indexing - [ ] see whether the other (slower, more complete) str_normalize is worth it