From: Carl Worth Date: Sun, 25 Oct 2009 05:18:20 +0000 (-0700) Subject: Add debugging code for examining query strings. X-Git-Tag: 0.1~729 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=526b7144f7d692e04ce950dfa7d0ee1bdf792cdc;hp=526b7144f7d692e04ce950dfa7d0ee1bdf792cdc;p=notmuch Add debugging code for examining query strings. It's nice that Xapian provides a little function to print a textual representation of the entire query tree. So now, if you compile like so: make CFLAGS=-DDEBUG_QUERY then you get a nice output of the query string received by the query module, and the final query actually being sent to Xapian. ---