diff --git a/NEWS b/NEWS index 810c3e13..a813de27 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ *** mu4e - - inline display of images (see `mu4e-view-show-images') + - inline display of images (see `mu4e-view-show-images'), uses imagemagick + if available - interactively change number of headers / columns for showing headers with C-+ and C-- in headers, view mode - support flagging message @@ -13,12 +14,24 @@ - narrow search results with '/' - next/previous take a prefix arg now, to move to the nth previous/next message - allow for writing rich-text messages with org-mode - + - enable marking messages as Flagged + - custom marker functions (see manual) + - better "dwim" handling of buffer switching / killing + - deferred marking of message (i.e.., mark now, decide what to mark for + later) + - enable changing of sort order, display of threads + - clearer marks for marked messages + - much faster handling when there are many maildirs (speedbar) + *** mu - support .noupdate files (parallel to .noindex, dir is ignored unless we're doing a --rebuild) - append all inline text parts, when getting the text body + - respect custom maildir flags + - correctly handle the case where g_utf8_strdown (str) > len (str) + - make gtk, guile, webkit dependency optional, even if they are installed + ** Release 0.9.8.4 <2012-05-08> diff --git a/TODO b/TODO index e5f468fe..040a179b 100644 --- a/TODO +++ b/TODO @@ -25,6 +25,7 @@ - better naming for draft buffers - review emacs menus - *BUG* header updating screws up marks + - make refresh after changing sort, threads the default ** Done @@ -54,6 +55,7 @@ - mark message, decide what to do with them later (i.e.. 'deferred marking') - custom predicate functions for marking - make mu4e buffer killing less aggressive (i.e.., DWIM) + - about mu4e # Local Variables: