* update NEWS/TODO

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-14 08:22:56 +03:00
parent 8b0a31e2a5
commit eb8c818bdd
3 changed files with 30 additions and 8 deletions

12
NEWS
View File

@ -1,4 +1,16 @@
* NEWS (user visible changes)
* Release 0.9.7 <>
- enable threading (using -t/--threads) with mu find
- don't enforce UTF-8 output, use locale (fixes issue #11)
- add mail threading (sorta fixes issue #13)
- add header line to --format=mutt-ab (mu cfind), (fixes issue #42)
- terminate mu view results with a form-feed marker (use --terminate) (fixes
issue #41)
- search X-Label: tags (fixes issue #40)
- added toys/muile, the mu guile shells, which allows for message stats etc.
** Release 0.9.6 <2011-05-28 Sat>

25
TODO
View File

@ -1,24 +1,35 @@
* Future release
- [ ] mu stats
- [ ] config system (config file) (?)
- [ ] don't make test mail files executable
- [ ] add version info to output of configure, mu.log
- [ ] make 'make check' more useful for others
- [ ] completion for zsh
- [ ] follow symlinks when indexing
- [ ] better 'usage' info
- [ ] generalize mu_str_normalize for all unicode
- [ ] mail threads
- [ ] check wmy (date) for begin-end
- [ ] tagging rw
** release 0.9.7 [100%]
- [X] mu stats
- [X] tagging (ro, based on X-Label)
- [X] mail threads
- [X] guile interface
- [X] add version info to output of configure, mu.log
- [X] use system locale in output
* Releases already done (see NEWS for features)
** release 0.9.6 [100%]
(see NEWS)
** release 0.9.5 [100%]
(see NEWS)
** release 0.9.4 [100%]
- [X] add 'mu cfind' to find contacts
@ -37,7 +48,7 @@
- [X] xml,json,sexp output (experimental)
- [X] check all strings are really UTF8
- [X] add drag & drop support for attachments
- [X] add drop & drop support for body images
- [X] add drag & 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

View File

@ -99,7 +99,6 @@ GSList* mu_msg_file_get_str_list_field (MuMsgFile *self,
/**
* get a numeric value for this message -- the return value should be
* cast into the actual type, e.g., time_t, MuMsgPrio etc.