diff options
| author | Carl Worth <cworth@cworth.org> | 2009-10-24 22:20:13 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-10-24 22:20:13 -0700 |
| commit | 15d949b7404b322df39e2aae7a5653e4cf8a8dc9 (patch) | |
| tree | 63d48e88aea13d5734a908666fed23da83e03f65 /database.cc | |
| parent | 526b7144f7d692e04ce950dfa7d0ee1bdf792cdc (diff) | |
Fix bit-twiddling brain damage in notmuch_query_search
Here's the big bug that was preventing any searches from working at
all like desired. I did the work to carefully pick out exactly the
flags that I wanted, and then I threw it away by trying to combine
them with & instead of | (so just passing 0 for flags instead).
Much better now.
Diffstat (limited to 'database.cc')
0 files changed, 0 insertions, 0 deletions
