* www: some updates

This commit is contained in:
djcb 2012-08-10 17:13:24 +03:00
parent 4fa0c57d29
commit 6037f713bb
4 changed files with 16 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -1,18 +1,28 @@
#+title: mu4e: mu for emacs
#+title: mu4e: an e-mail client for emacs
#+style: <link rel="stylesheet" type="text/css" href="mu.css">
#+options: skip t
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.
uses =mu= as its back-end: *mu4e*.
Based on =mu=, =mu4e= sits on top of your Maildir (which you update with
Through =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. The code is [[https://github.com/djcb/mu][available on Github]].
Features include:
- Fully search-based: there are no folders, only queries
- UI optimized for speed with quick key strokes for common actions
- Fully documented, with example configurations
- Asynchronous: heavy actions never block emacs
- Write rich-text e-mails using ~org-mode~ (experimental)
- Address auto-completion based on your messages -- no need for managing
address books
- Extendable in many places using custom actions
For all the details, please see the [[file:mu4e/index.html][manual]], or check the screenshots
below. ~mu4e~ is part of the normal [[http://code.google.com/p/mu0/downloads/list][mu source package]] and also [[https://github.com/djcb/mu][available on
Github]].
** Screenshots