X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=426828542bcf50fc6dfa4f2908ec2c0ac7ba6b57;hp=88da07898eb20958154d80e5cfb72e054b6a2981;hb=328626d0fd17910eec5d8b5b51dda46f4bbd8189;hpb=e2dd4ac00b9979de34bd517fa57de56260d38755 diff --git a/lib/notmuch.h b/lib/notmuch.h index 88da0789..42682854 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -325,7 +325,8 @@ notmuch_database_get_all_tags (notmuch_database_t *db); * * http://xapian.org/docs/queryparser.html * - * As a special case, passing a length-zero string, (that is ""), will + * As a special case, passing either a length-zero string, (that is ""), + * or a string consisting of a single asterisk (that is "*"), will * result in a query that returns all messages in the database. * * See notmuch_query_set_sort for controlling the order of results.