From 8765469820707c0eadb28a8ba65e0efa8f108577 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 17 Jan 2010 14:41:06 +0200 Subject: [PATCH] * www: updated --- www/index.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/www/index.html b/www/index.html index 28939627..a2b026a8 100644 --- a/www/index.html +++ b/www/index.html @@ -72,15 +72,23 @@ your own options. You can run mu index periodically to keep your database up-to-date.

After building the database, it's easy to search for messages. For example: -

-  # get all Smith's mails with 'capybara' in the subject line
-  $ mu find f:smith capybara
+
 
-  # get the mails in the archive folder where Mary was Cc'd 
-  $ mu find p:archive c:mary 
-
- -The way to express the searches is a bit cryptic at first, but easy to +The way to express the searches may be a bit cryptic at first, but easy to learn (in the author's humble opinion); the mu manpage discusses syntax and usage, and contains examples.