* update the cheatsheet a bit

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-25 08:14:22 +03:00
parent 24f98ce433
commit 9e39dc67bd
1 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
* Mu Cheatsheet
Here are some tips for using =mu=. If you want to know more, please refer to the
=mu= man pages. For a quick warm-up, there's the =mu-easy= man-page.
Here are some tips for using =mu=. If you want to know more, please refer to the
=mu= man pages. For a quick warm-up, there's the =mu-easy= man-page.
** Indexing your mail
@ -18,11 +18,12 @@ Here are some tips for using =mu=. If you want to know more, please refer to the
#+begin_src sh
$ mu index --maildir=~/MyMaildir
#+end_src
*** Excluding directories from indexing
If you want to exclude certain directories from being indexed (for example,
directories with spam-messages), put a file called =.noindex= in the directory
to exlude, and it will be ignored when indexing (including its children)
** Finding messages
After you have indexed your messages, you can search them. Here are some
@ -99,7 +100,6 @@ Here are some tips for using =mu=. If you want to know more, please refer to the
Do not confuse the '.*' regular expression in =mu extract= (and =mu cfind=
with the '*' wildcard in =mu find=.
** Further processing of matched messages