diff --git a/NEWS b/NEWS index 53ffbc84..2b387efb 100644 --- a/NEWS +++ b/NEWS @@ -1,24 +1,28 @@ * NEWS (user visible changes) -** Release 0.9.8.4 +** Release 0.9.8.4 <2012-05-08> *** mu4e - much faster header buffers - - fix off-by-one in number of matches shown - split view mode (headers, view); see `mu4e-split-view'. - - ability to open attachments with arbitrary program, pipe through shell + - add search history for queries + - ability to open attachments with arbitrary programs, pipe through shell commands or open in the current emacs - quote names in recipient addresses - mu4e-get-maildirs works now for recursive maildirs as well - - define arbitrary actions for headers/messages/attachments using the - actions system -- see chapter Actions in the manual - - allow mu4e to be uses as the default emacs mailer (`mu4e-user-agent) + - define arbitrary operations for headers/messages/attachments using the + actions system -- see the chapter 'Actions' in the manual + - allow mu4e to be uses as the default emacs mailer (`mu4e-user-agent') - mark headers based on a regexp, `mu4e-mark-matches', or '%' - mark threads, sub-threads (mu4e-hdrs-mark-thread, mu4e-hdrs-mark-subthread, or 'T', 't') + - add msg2pdf toy + - easy logging (using `mu4e-toggle-logging') + - improve mu4e-speedbar for use in headers/view - use the message-mode FCC system for saving messages to the sent-messages folder + - fix: off-by-one in number of matches shown *** general @@ -26,7 +30,9 @@ - much improved support for searching non-Latin (Cyrillic etc.) languages we can now match 'Тесла' or 'Аркона' without problems - smarter escaping (fixes issues with finding message ids) + - fixes for queries with brackets - allow --summary-len for the length of message summaries + - numerous other small fixes ** Release 0.9.8.3 <2012-04-06> diff --git a/www/index.org b/www/index.org index 2744ad5f..7797ed47 100644 --- a/www/index.org +++ b/www/index.org @@ -22,13 +22,14 @@ ** Features - - fast indexing for Maildir, Maildir+ and Maildir-on-VFAT + - fast indexing for [[http://en.wikipedia.org/wiki/Maildir][Maildir]], Maildir+ and Maildir-on-VFAT - search for messages based on the sender, receiver, subject, date range, size, priority, words in message, flags (signed, encrypted, new, replied, has-attachment,...), message-id, maildir, tags, attachment (name, mime-type, text) and more - - command-line tools for indexing, searching, viewing, extracting - attachments, exporting address lists, creating maildirs, ... + - command-line tools for indexing, searching, viewing, adding/removing + messages, extracting attachments, exporting/searching address lists, + creating maildirs, ... - accent/case normalization - so /angstrom/ matches /Ångström/ - can be integrated with other e-mail clients such as [[http://www.mutt.org/][mutt]] and [[http://www.emacswiki.org/emacs/WanderLust][Wanderlust]]. - [[file:mu4e.html][mu4e]], an emacs-based e-mail client based on =mu= (see screenshot). @@ -38,6 +39,9 @@ ** News + + - 2012-05-08: released [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8.4.tar.gz][mu-0.9.8.4]] with even more improvements (the link has + all the details) - 2012-04-06: released [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8.3.tar.gz][mu-0.9.8.3]], with many improvements, fixes. See the link for details. *NOTE*: existing =mu= and =mu4e= users are recommended to execute =mu index --rebuild= after installation.