diff --git a/www/cheatsheet.org b/www/cheatsheet.org index bdae2d66..cd65c8c6 100644 --- a/www/cheatsheet.org +++ b/www/cheatsheet.org @@ -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