Re: [PATCH] configure: change default bash completion location to /usr/share

2017-03-25 Thread David Bremner
David Bremner writes: > At least Fedora and Debian now use > /usr/share/bash-completion/completions now. Apparently > /etc/bash_completion.d will be phased out at some point in the future. pushed to master. d ___ notmuch mailing

Re: [PATCH 3/4] test: add known broken tests wildcard search in from and subject

2017-03-25 Thread David Bremner
David Bremner writes: > This was broken by the addition of regexp searching. The detection of > wildcards is not currently done in the recursive call to parse_query, > because of quoting issues. Patches 3 and 4 pushed to release and master. d

[PATCH] NEWS: initial NEWS changes for 0.24.1

2017-03-25 Thread David Bremner
I expect these to be updated as a few more patches are added to the release. --- NEWS | 30 ++ 1 file changed, 30 insertions(+) diff --git a/NEWS b/NEWS index 3756590e..b2fab8d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Notmuch 0.24.1 (UNRELEASED)

Re: Drop HTML tags when indexing

2017-03-25 Thread David Bremner
David Bremner writes: > Steven Allen pointed out [2] that the previous scanner [1] was a > little too simplistic. This version handles (or claims to) quoted > strings in attributes, which can apparently contain '>'and '<' > characters. This required generalizing the state

Re: [PATCH 2/2] lib: handle empty string in regexp field processors

2017-03-25 Thread David Bremner
David Bremner writes: > +if (str.size () == 0) > + return Xapian::Query(Xapian::Query::OP_AND_NOT, > + Xapian::Query::MatchAll, > + Xapian::Query (Xapian::Query::OP_WILDCARD, > term_prefix)); > + Full disclosure, this

Re: [PATCH] tests: add compatibility layer

2017-03-25 Thread David Bremner
Mikhail writes: > On 16:32 09-Mar 2017 David Bremner wrote: >> From: Mikhail >> >> Make test-lib-common.sh load test-lib-<$PLATFORM>.sh to create >> additional shim for platform specifics. >> >> Use test-lib-FREEBSD.sh to call GNU utilities instead of