diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-29 17:44:00 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-29 17:44:00 +0000 |
commit | 4b4eb083a2660eac2a5b91e3dfc07a5b1154c1cb (patch) | |
tree | 8937bf742a919ae5070ab444e776de2c288f738f | |
parent | d746defb1a43a2df013a8b64afdda5c75832a55f (diff) | |
download | emacs-4b4eb083a2660eac2a5b91e3dfc07a5b1154c1cb.tar.gz |
** mairix.el is an interface to mairix, a free tool for indexing and
searching locally stored mail. It allows you to query mairix and
display the search results with Rmail, Gnus and VM. Note that there
is an existing Gnus back end, nnmairix.el, which should be used with
Maildir/MH setups.
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -468,6 +468,12 @@ details, see the EasyPG Assistant User's Manual. ** linum.el is a new minor mode to display line numbers for the current buffer. +** mairix.el is an interface to mairix, a free tool for indexing and +searching locally stored mail. It allows you to query mairix and +display the search results with Rmail, Gnus and VM. Note that there +is an existing Gnus back end, nnmairix.el, which should be used with +Maildir/MH setups. + ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. ** nXML Mode |