]> git.notmuchmail.org Git - notmuch/commit
lib: Handle "*" as a query string to match all messages.
authorCarl Worth <cworth@cworth.org>
Fri, 9 Apr 2010 23:40:31 +0000 (16:40 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 10 Apr 2010 00:43:58 +0000 (17:43 -0700)
commite100871981daeb3bb9a6c8718c95e6044953b57f
treefc91a754674610c77a91fb2984bd0c4dd73cfac3
parentb15a03fafc2e313264519f030e45ea203af508e2
lib: Handle "*" as a query string to match all messages.

This seems like a generally useful thing to support, (but the previous
support through an empty string was not convenient for some users,
(such as the command-line client).
lib/notmuch.h
lib/query.cc