* mu-query: special-case the empty search expr to mean 'match-all'

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-13 08:18:42 +03:00
parent 9e73fa863e
commit 329a524af7
3 changed files with 9 additions and 3 deletions

View File

@ -68,7 +68,7 @@ char* mu_query_version (MuQuery *store)
* manpage, or http://xapian.org/docs/queryparser.html
*
* @param self a valid MuQuery instance
* @param expr the search expression
* @param expr the search expression or "" to match all messages
* @param threads calculate message-threads
* @param sortfield the field id to sort by or MU_MSG_FIELD_ID_NONE if
* sorting is not desired