Searching
Messages, Drafts, Templates, Blocks, Contacts
The search by default does a sub-string search so for example searching for food would return
Pet Food
Food fun
Fastfood
This can be useful when you want to broadly find something, but at other times you need something more precise, for example you may want to find food at the start of a sentence. In this case your search string should be:
Searching at the start of a sentence
^food
And if you want to find fun at the end of a sentence you would use:
Searching at the end of a sentence
fun$
You can do even more powerful searches - in fact you could make it hugely powerful. If you are keen - take a look at Wikipedia or one of the other guides to POSIX regular expressions on the Internet.
Inbox Searching
Because of the performance overheads of searching large Inboxes, searches begin when 3 characters are entered into the search box.