]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Expose query debug output via an environment variable
authorAustin Clements <amdragon@MIT.EDU>
Wed, 14 Mar 2012 02:31:30 +0000 (22:31 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 18 Mar 2012 12:14:22 +0000 (09:14 -0300)
Allow query debugging to be enabled at run-time by setting the
NOTMUCH_DEBUG_QUERY environment variable to a non-empty string.

Previously, enabling query debugging required recompiling, but parsed
queries are often useful for tracking down bugs in situations where
recompiling is inconvenient.


No differences found