diff --git a/www/cheatsheet.org b/www/cheatsheet.org index f8d82de9..2af8d7ab 100644 --- a/www/cheatsheet.org +++ b/www/cheatsheet.org @@ -32,11 +32,16 @@ If =mu= did not guess the right Maildir, you can set it explicitly: #+html:
$ mu find to:Jack subject:jellyfish tumbleweed*** messages between 2 kilobytes and a 2Mb, written in December 2009 with an attachment from Bill -#+html: $ mu find size:2k..2m date:20091201..20093112 flag:attach from:bill - -*** unread messages about soccer or socrates or ... -#+html:
$ mu find 'subject:soc*' flag:unread+#+html:
$ mu find size:2k..2m date:20091201..20093112 flag:attach from:bill+*** signed messages about apples *OR* oranges +#+html:
$ mu find flag:signed apples OR oranges+ +*** unread messages about things starting with 'soc' (soccer, society, socrates, ...) +#+html:
$ mu find 'subject:soc*' flag:unread+ + (search using the '*' wildcard is available since mu 0.9.6) + ** Finding contacts Contacts (names + email addresses) are cached separately, and can be @@ -87,6 +92,20 @@ If =mu= did not guess the right Maildir, you can set it explicitly: (since =mu= version 0.9.6) +** Integration with mail clients + + The =mu-find= man page contains examples for =mutt= and =wanderlust=. + +** Viewing messages + + You can view message contents with =mu view=; it does not use the database + and simply takes a message file as it's argument: + +#+html:
$ mu view ~/Maildir/inbox/cur/message24+ + You can also use =--color= to get colorized output, and =--summary= to get a + summary of the message contents instead of the whole thing. + ** Further processing of matched messages If you need to process the results of your queries with some other program, @@ -106,20 +125,8 @@ If =mu= did not guess the right Maildir, you can set it explicitly: #+html:
$ mu find --format=xml pancakewill give you a list of pancake-related messages in XML-format. - -** Integration with mail clients - The =mu-find= man page contains examples for =mutt= and =wanderlust=. -** Viewing messages - - You can view message contents with =mu view=; it does not use the database - and simply takes a message file as it's argument: - -#+html:
$ mu view ~/Maildir/inbox/cur/message24- - You can also use =--color= to get colorized output, and =--summary= to get a - summary of the message contents instead of the whole thing. #+html: