* NEWS/TODO: updated

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-29 20:52:16 +02:00
parent 6842c8c8a1
commit 1e4cf9a750
2 changed files with 7 additions and 6 deletions

3
NEWS
View File

@ -10,10 +10,11 @@
- search output can include the message size using the 'z' shortcut
- match message size ranges (i.e.. size:500k..2M)
- fix: honor the --overwrite (or lack thereof) parameter
- support folder names with special characters
- support folder names with special characters (@, ' ', '.' and so on)
- better check for already-running mu index
- when --maildir= is not provided for mu index, default to the last one
- add --max-msg-size, to specify a new maximum message size
- move the 'mug' UI to toys/mug; no longer installable
** Release 0.9.1 <2010-12-05 Sun>

10
TODO
View File

@ -12,14 +12,16 @@
- [ ] follow symlinks when indexing
- [ ] completion for zsh
- [ ] see whether the other (slower, more complete) str_normalize is worth it
- [ ] follow symlinks when indexing
- [ ] better 'usage' info
** release 0.9.2 [71%]
** release 0.9.2 [100%]
- [X] size range searches
- [X] xml,json,sexp output (experimental)
- [X] check all strings are really UTF8
- [ ] add drag & drop support for attachments
- [ ] add drop & drop support for body images
- [X] add drag & drop support for attachments
- [X] add drop & drop support for body images
- [X] fix size value
- [X] fix matching strange folder names
- [X] separate exit code for 'not found' vs other errors
@ -27,8 +29,6 @@
- [X] clearer errors when /home/user does not exist
- [X] fix -pedantic build (somewhat)
- [X] make commit batch size configurable param
- [ ] better 'usage' info
- [ ] follow symlinks when indexing
* Releases already done