diff --git a/NEWS b/NEWS index d1d4bfa6..ad91ae47 100644 --- a/NEWS +++ b/NEWS @@ -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> diff --git a/TODO b/TODO index c6ad400d..1473c883 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/mu-msg-file.h b/src/mu-msg-file.h index d04bc8a8..a6f992e5 100644 --- a/src/mu-msg-file.h +++ b/src/mu-msg-file.h @@ -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.