notmuch/devel
W. Trevor King 6c0b6c8e1c nmbug-status: Wrap query phrases in parentheses when and-ing together
For example:

  "query": ["tag:a", "tag:b or tag:c"]

is now converted to:

  ( tag:a ) and ( tag:b or tag:c )

instead of the old:

  tag:a and tag:b or tag:c

This helps us avoid confusion due to Xapian's higher-precedence AND
[1], where the old query would be interpreted as:

  ( tag:a and tag:b ) or tag:c

[1]: http://xapian.org/docs/queryparser.html
2016-03-24 07:39:42 -03:00
..
nmbug nmbug-status: Wrap query phrases in parentheses when and-ing together 2016-03-24 07:39:42 -03:00
gen-testdb.sh test: make script exit (1) if it "fails" to source (.) a file 2015-08-07 21:56:39 +02:00
man-to-mdwn.pl devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn 2014-11-02 19:46:17 +01:00
news2wiki.pl devel: news2wiki to recognize yyyy-mm-dd or UNRELEASED as release date 2014-07-13 12:35:37 -03:00
printmimestructure devel: add dkg's printmimestructure script to notmuch devel scripts 2013-05-23 08:01:37 -03:00
release-checks.sh devel/release-checks: added checking of copyright year in documentation 2015-11-19 07:34:29 -04:00
RELEASING Start devel directory for developer tools and documentation. 2012-01-17 22:53:31 -04:00
schemata search: Add stable queries to thread search results 2013-11-08 20:43:29 -04:00
STYLE STYLE: suggest long names 2016-03-04 20:45:06 -04:00
TODO lib: make notmuch_query_count_messages explicitely exact 2015-03-13 07:58:55 +01:00
try-emacs-mua devel/emacs: add devel/try-emacs-mua 2016-01-13 10:36:19 -04:00
uncrustify.cfg uncrustify.cfg: added 3 new types for uncrustify to know 2012-11-07 08:00:03 -04:00