* 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

View File

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