diff --git a/www/cheatsheet.org b/www/cheatsheet.org index 2af8d7ab..98c44905 100644 --- a/www/cheatsheet.org +++ b/www/cheatsheet.org @@ -19,11 +19,12 @@ If =mu= did not guess the right Maildir, you can set it explicitly: 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 - example. + examples. Also note the =--threads= argument to get a threaded display of + the messages, and =--color= to get colors (both since 0.9.7). *** messages about Helsinki (in message body, subject, sender, ...) #+html:
 $ mu find Helsinki
@@ -39,9 +40,14 @@ If =mu= did not guess the right Maildir, you can set it explicitly: *** unread messages about things starting with 'soc' (soccer, society, socrates, ...) #+html:
  $ mu find 'subject:soc*' flag:unread
+ + Note, the '*' only works at the /end/ of a search term. + (searching using the '*' wildcard is available since mu 0.9.6) - (search using the '*' wildcard is available since mu 0.9.6) - +*** finding /all/ your messages +#+html:
  $ mu find ""
+ (since mu version 0.9.7) + ** Finding contacts Contacts (names + email addresses) are cached separately, and can be @@ -60,7 +66,6 @@ If =mu= did not guess the right Maildir, you can set it explicitly: Other formats are: =plain=, =mutt-ab=, =wl= (Wanderlust), =org-contact=, =bbdb= and =csv= (comma-separated values). - ** Retrieving attachments from messages @@ -127,7 +132,6 @@ If =mu= did not guess the right Maildir, you can set it explicitly: will give you a list of pancake-related messages in XML-format. - #+html:
© 2011 Dirk-Jan C. Binnema
#+begin_html