* update cheatsheet with some 0.9.8 tricks

This commit is contained in:
djcb
2012-01-06 14:55:31 +02:00
parent 23bb511e0e
commit 78d52305f6

View File

@ -41,9 +41,18 @@ If =mu= did not guess the right Maildir, you can set it explicitly:
*** unread messages about things starting with 'soc' (soccer, society, socrates, ...) *** unread messages about things starting with 'soc' (soccer, society, socrates, ...)
#+html:<pre> $ mu find 'subject:soc*' flag:unread</pre> #+html:<pre> $ mu find 'subject:soc*' flag:unread</pre>
Note, the '*' only works at the /end/ of a search term. Note, the '*' only works at the /end/ of a search term, and you need to
quote it or the shell will interpret it before =mu= sees it.
(searching using the '*' wildcard is available since mu 0.9.6) (searching using the '*' wildcard is available since mu 0.9.6)
*** finding messages with images as attachment
#+html:<pre> $ mu find 'mime:image/*' </pre>
(since mu version 0.9.8)
*** finding messages with 'milk' in one of its text parts (such as text-based attachments):
#+html:<pre> $ mu find embed:milk </pre>
(since mu version 0.9.8)
*** finding /all/ your messages *** finding /all/ your messages
#+html:<pre> $ mu find ""</pre> #+html:<pre> $ mu find ""</pre>
(since mu version 0.9.7) (since mu version 0.9.7)
@ -99,9 +108,10 @@ If =mu= did not guess the right Maildir, you can set it explicitly:
** Integration with mail clients ** Integration with mail clients
The =mu-find= man page contains examples for =mutt= and =wanderlust=. The =mu-find= man page contains examples for =mutt= and =wanderlust=. And
since version 0.9.8, =mu= includes its own e-mail client for =emacs=, =mu4e=.
** Viewing messages ** Viewing specific messages
You can view message contents with =mu view=; it does not use the database You can view message contents with =mu view=; it does not use the database
and simply takes a message file as it's argument: and simply takes a message file as it's argument: