diff --git a/www/index.org b/www/index.org
index 5c476deb..c57fe9be 100644
--- a/www/index.org
+++ b/www/index.org
@@ -29,20 +29,22 @@
mime-type, text) and more
- command-line tools for indexing, searching, viewing, extracting
attachments, exporting address lists, creating maildirs, ...
- - accent/case normalization - so /angstrom/ will match /Ångström/.
+ - 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=
- - [[file:mu-guile.html][mu-guile]]: guile 2.0 bindings that allow for scripting, advanced processing
+ - [[file:mu4e.html][mu4e]], an emacs-based e-mail client based on =mu= (see screenshot).
+ - [[file:mu-guile.html][mu-guile]]: [[http://www.gnu.org/software/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)
+#+html:
+
** News
- 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.
- 2012-03-11: released [[http://code.google.com/p/mu0/downloads/detail?name=mu-0.9.8.2.tar.gz][mu-0.9.8.2]], with a number of fixes and improvements,
see the link for the details.
- - 2012-02-17: released [[http://mu0.googlecode.com/files/mu-0.9.8.1.tar.gz][mu-0.9.8.1]], which has a number of improvements to the
+ - 2012-02-17: released [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8.1.tar.gz][mu-0.9.8.1]], which has a number of improvements to the
0.9.8 release: add mark as read/unread, colorize cited message parts,
better handling of text-based message parts, documentation fixes,
documentation updates and a few fixes here and there
@@ -54,46 +56,9 @@
- 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.
- - 2011-07-31: mu *0.9.7-pre* is now available with a number of interesting
- new features and fixes, many based on user suggestions. =mu= now supports
- /mail threading/ based on the [[http://www.jwz.org/doc/threading.html][JWZ-algorithm]]; output is now automatically
- converted to the user-locale; =mu view= can output separators between
- messages for easier processing, support for X-Label-tags, and last but not
- least, =mu= now has bindings for the [[http://www.gnu.org/s/guile/][Guile]] (Scheme) programming language -
- there is a new toy (=toys/muile=) that allows you to inspect messages and
- do all kinds of statistics - see the [[https://gitorious.org/mu/mu/blobs/master/toys/muile/README][README]] for more information.
-
- - 2011-06-02: after quite a bit of testing, *0.9.6* has been promoted to be
- the next release -- forget about the 'bèta'. Development continues for
- the next release.
-
- - 2011-05-28: *mu-0.9.6* (bèta). A lot of internal changes, but also quite
- some new features, for example:
- - wild-card searching for most fields: mu find 'car*'
- - search for message with certain attachments with 'attach:/a:': mu find
- 'attach:resume*'
- - color for =mu find=, =mu cfind=, =mu extract= and =mu view=
- Everything is documented in the man-pages, and there are examples in the [[file:cheatsheet.org][mu
- cheatsheet]].
-
- - 2011-04-25: *mu-0.9.5* a small, but important, bugfix in maildir-detection,
- some small optimizations.
-
- - 2011-04-12: *mu 0.9.4* released - adds the =cfind= command, to find
- contacts (name + e-mail); add =flag:unread= which is a synonym for
- =flag:new OR NOT flag:seen=. Updates to the documentation and some internal
- updates. This is a *bèta-version*.
-
- - 2011-02-13: *mu 0.9.3*; fixes a bunch of minor issues in 0.9.2; updated the
- web page with pages for [[file:mug.org][mug]] (the experimental UI) and the [[file:cheatsheet.org][mu cheatsheet]].
-
- - 2011-02-02: *mu 0.9.2* released, which adds support for matching on message
- size, and various new output format. See [[http://gitorious.org/mu/mu/blobs/master/NEWS][NEWS]] for all the user-visible
- changes, also from older releases.
- [[file:old-news.org][Old news]]
-
** Development & download
Some Linux-distributions already provide pre-built mu packages; if there's no
diff --git a/www/mu4e.org b/www/mu4e.org
index 45d414ef..499c21f6 100644
--- a/www/mu4e.org
+++ b/www/mu4e.org
@@ -5,9 +5,11 @@
Starting with version 0.9.8, [[http://www.djcbsoftware.nl/code/mu][mu]] provides an emacs-based e-mail client which
uses =mu= for its back-end: *mu4e*. It's been in use (by the author) for a few
months already, but 0.9.8 is the first public release.
-
- *mu4e* is designed to enable super-efficient handling of e-mail; searching,
- reading, replying, moving, deleting, ...
+
+ Based on =mu=, =mu4e= sits on top of your Maildir (which you update with
+ e.g. =offlineimap= or =fetchmail=). =mu4e= is designed to enable
+ super-efficient handling of e-mail; searching, reading, replying, moving,
+ deleting. The overall 'feel' is a bit of a mix of =dired= and [[http://www.gohome.org/wl/][Wanderlust]].
For all the details, please see the [[file:mu4e/index.html][manual]]. Or check the screenshots below.
@@ -24,6 +26,17 @@
*** The message view
[[file:mu4e-3.png]]
+*** The message/headers split view (0.9.8.4)
+
+#+html:
+
+ The message/headers split view, and speedbar support.
+
+
+*** View message as pdf (0.9.8.4)
+
+ [[file:mu4egraph.png]]
+
** License & Copyright
diff --git a/www/old-news.org b/www/old-news.org
index d48ed7d7..c191cde1 100644
--- a/www/old-news.org
+++ b/www/old-news.org
@@ -4,6 +4,44 @@
* Old news
+ - 2011-07-31: mu *0.9.7-pre* is now available with a number of interesting
+ new features and fixes, many based on user suggestions. =mu= now supports
+ /mail threading/ based on the [[http://www.jwz.org/doc/threading.html][JWZ-algorithm]]; output is now automatically
+ converted to the user-locale; =mu view= can output separators between
+ messages for easier processing, support for X-Label-tags, and last but not
+ least, =mu= now has bindings for the [[http://www.gnu.org/s/guile/][Guile]] (Scheme) programming language -
+ there is a new toy (=toys/muile=) that allows you to inspect messages and
+ do all kinds of statistics - see the [[https://gitorious.org/mu/mu/blobs/master/toys/muile/README][README]] for more information.
+
+ - 2011-06-02: after quite a bit of testing, *0.9.6* has been promoted to be
+ the next release -- forget about the 'bèta'. Development continues for
+ the next release.
+
+ - 2011-05-28: *mu-0.9.6* (bèta). A lot of internal changes, but also quite
+ some new features, for example:
+ - wild-card searching for most fields: mu find 'car*'
+ - search for message with certain attachments with 'attach:/a:': mu find
+ 'attach:resume*'
+ - color for =mu find=, =mu cfind=, =mu extract= and =mu view=
+ Everything is documented in the man-pages, and there are examples in the [[file:cheatsheet.org][mu
+ cheatsheet]].
+
+ - 2011-04-25: *mu-0.9.5* a small, but important, bugfix in maildir-detection,
+ some small optimizations.
+
+ - 2011-04-12: *mu 0.9.4* released - adds the =cfind= command, to find
+ contacts (name + e-mail); add =flag:unread= which is a synonym for
+ =flag:new OR NOT flag:seen=. Updates to the documentation and some internal
+ updates. This is a *bèta-version*.
+
+ - 2011-02-13: *mu 0.9.3*; fixes a bunch of minor issues in 0.9.2; updated the
+ web page with pages for [[file:mug.org][mug]] (the experimental UI) and the [[file:cheatsheet.org][mu cheatsheet]].
+
+ - 2011-02-02: *mu 0.9.2* released, which adds support for matching on message
+ size, and various new output format. See [[http://gitorious.org/mu/mu/blobs/master/NEWS][NEWS]] for all the user-visible
+ changes, also from older releases.
+
+
- [2010-12-05] *mu version 0.9.1* released; fixes a couple of issues users
found with a missing icon, the unit-tests.
- [2010-12-04] *mu version 0.9* released. Compared to the bèta-release, there
@@ -44,12 +82,12 @@
- Fixes for reported issues #17 and #18
- A test suite with a growing number of unit tests
- Updated documentation
- - Many internal refactoring and other changes
+ - Many internal refactoring and other changes
This version has been
tagged as =v0.7-beta= in repository, and must be considered a code-complete
preview of the upcoming release 0.7. Please report any problems you encounter
with it.
-
+
#+html: