* docs: add some examples of queries that need quoting

This commit is contained in:
djcb
2012-07-09 11:17:28 +03:00
parent b50ebeb505
commit 706a686134
4 changed files with 33 additions and 4 deletions

View File

@ -38,6 +38,10 @@ If =mu= did not guess the right Maildir, you can set it explicitly:
*** signed messages about apples *OR* oranges
#+html:<pre> $ mu find flag:signed apples OR oranges</pre>
*** messages about yoghurt in the Sent Items folder (note the quoting):
#+html:<pre> $ mu find maildir:'/Sent Items' yoghurt</pre>
*** unread messages about things starting with 'soc' (soccer, society, socrates, ...)
#+html:<pre> $ mu find 'subject:soc*' flag:unread</pre>