From 1e4cf9a750060f5e589ee000eec790459d5dfffd Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 29 Jan 2011 20:52:16 +0200 Subject: [PATCH] * NEWS/TODO: updated --- NEWS | 3 ++- TODO | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 9f08effe..24cb7879 100644 --- a/NEWS +++ b/NEWS @@ -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> diff --git a/TODO b/TODO index 4971d611..04123567 100644 --- a/TODO +++ b/TODO @@ -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