* update NEWS, index.org

This commit is contained in:
djcb 2012-05-08 15:37:53 +03:00
parent 329eff359f
commit 74c5ca977b
2 changed files with 19 additions and 9 deletions

18
NEWS
View File

@ -1,24 +1,28 @@
* NEWS (user visible changes)
** Release 0.9.8.4 <unreleased>
** 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>

View File

@ -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.