]> git.notmuchmail.org Git - notmuch/commit
query: Remove the magic NOTMUCH_QUERY_ALL
authorCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 05:40:37 +0000 (22:40 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 05:40:37 +0000 (22:40 -0700)
commit6519aff957df7a69d86ed9a00707c911d60259f6
tree7f85fc1fb047fedcafadc013022a794f363fd6d4
parentaad13c3ac947a42b3e0a1923c44a927feea827f5
query: Remove the magic NOTMUCH_QUERY_ALL

Using the address of a static char* was clever, but really
unnecessary. An empty string is much less magic, and even
easier to understand as the way to query everything from
the database.
notmuch.c
notmuch.h
query.cc