From d5ebb74f6b7c7a8bf9603b313f7cce743b6dbf2c Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 11 Oct 2012 20:04:29 +0300 Subject: [PATCH] * mu4e: update TODO, NEWS --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ TODO | 1 - 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 306dbfb4..c6318847 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,41 @@ * NEWS (user visible changes) +** Release 0.9.9 + +*** mu4e + - view: address can be toggled long/short, compose message + - sanitize opening urls (mouse-1, and not too eager) + - tooltips for header labels, flags + - add sort buttons to header-labels + - support signing / decryption of messages + - improve address-autocompletion (e.g., ensure it's case-insensitive) + - much faster when there are many maildirs + - improved line wrapping + - better handle attached messages + - improved URL-matching + - improved messages to user (mu4e-(warn|error|message)) + - add refiling functionality + - support fancy non-ascii in the UI + - dynamic folders (i.e.., allow mu4e-(sent|draft|trash|refile)-folder) to + be a function + - dynamic attachment download folder (can be a function now) + - much improved manual + +*** mu + - remove --summary (use --summary-len instead) + - add --after for mu find, to limit to messages after T + - add new command `mu verify', to verify signatures + - fix iso-2022-jp decoding (and other 7-bit clean non-ascii) + - add support for X-keywords + - performance improvements for threaded display (~ 25% for 23K msgs) + - mu improved user-help (and the 'mu help' command) + - toys/mug2 replaces toys/mug + +*** mu-guile + - automated tests + - add mu:timestamp, mu:count + - handle db reopenings in the background + ** Release 0.9.8.5 <2012-07-01> *** mu4e diff --git a/TODO b/TODO index 3306b9eb..f59eb338 100644 --- a/TODO +++ b/TODO @@ -70,7 +70,6 @@ f#+STARTUP: showall - add 'mu verify' - automated tests - handle verbose/quiet/normal output 'mu verify' - - handle pkcs signatures - check gmime 2.4 does not break - hook up mu4e with 'mu verify' - add 'help' command