* update docs

This commit is contained in:
djcb 2012-01-31 20:56:23 +02:00
parent 7aea461007
commit b31b066b97
3 changed files with 8 additions and 19 deletions

2
NEWS
View File

@ -1,6 +1,6 @@
* NEWS (user visible changes)
** Release 0.9.8 <>
** Release 0.9.8 <2012-01-31>
- '--descending' has been renamed into '--reverse'
- search for attachment MIME-type using 'mime:' or 'y:'

View File

@ -1,4 +1,4 @@
.TH MU EXTRACT 1 "May 2011" "User Manuals"
.TH MU EXTRACT 1 "January 2012" "User Manuals"
.SH NAME

View File

@ -31,26 +31,15 @@
- accent/case normalization - so /angstrom/ will match /Å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=
- [[file:mu-guile.html][mu-guile]]: guile-bindings that allow for scripting, advanced processing of
your data
- [[file:mu-guile.html][mu-guile]]: guile 2.0 bindings that allow for scripting, advanced processing
of your data, and doing all kinds of statistics
- fully documented (man pages, info pages)
** News
- 2012-01-15: [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8-alpha3.tar.gz][mu-0.9.8-beta1]] is available - most changes are in the
Guile-bindings and their documentation, improved attachment handling (when
forwarding), some improvements in =mu4e=, some re-factoring, cleanups. The
plan is to do one more beta after this one, and then release the final 0.9.8.
- 2012-01-07: [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8-alpha3.tar.gz][mu-0.9.8-alpha-3]] is available, with fixes for some =mu4e=
configuration problems; also, the documentation now contains an example of
how to set up =mu4e= with Gmail.
- 2012-01-06: [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8-alpha2.tar.gz&can%3D2&q%3D#makechanges][mu-0.9.8-alpha-2]] is available; updates for =mu4e=, much
improved guile bindings + documentation. The work-in-progress documentation
is available here: [[http://www.djcbsoftware.nl/code/mu/mu4e/][mu4e]] and [[http://www.djcbsoftware.nl/code/mu/mu-guile/][mu-guile]].
- 2011-12-30 [[http://code.google.com/p/mu0/downloads/list][mu-0.9.8-alpha]] is available; it comes with a an emacs-based
email client (=mu4e=), updated guile bindings, search for attachment mime
type and search inside any text part of a message, more tests, improvements
in many parts of the code.
- 2012-01-31: finally, mu-0.9.8 is available. It comes with an emacs-based
e-mail client, [[file:mu4e.html][mu4e]], and much improved [[file:mu-guile.html][guile bindings]]. Furthermore, It adds
search for attachment mime type and search inside any text part of a
message, more tests, improvements in many parts of the code.
- 2011-09-03: mu 0.9.7 is now available; compared to the -pre version there
are a few small changes; the most important one is a fix specifically for
running mu on MacOS.