[PATCH] lib: optimize counting documents

2017-01-11 Thread David Bremner
From #xapian olly> bremner: btw, i noticed notmuch count see ms to request all the documents and then ignores them bremner> hmm. There's something funny about the way that notmuch uses matches in general iirc olly> it should be able to do: mset = enquire.get_mset (0, 0,

[RFC PATCH 3] support goals after make *clean, *clean with current Makefile.config

2017-01-11 Thread Tomi Ollila
Makes make clean, make distclean and make dataclean faster if Makefile.config exists but configure is newer. After 1st target being *clean, any non-*clean targets may follow it -- these are built in sub-make -- and when control returns to main make, it just recognizes targers already made. ---

Re: [PATCH] test: allow user to choose which gdb to run tests with

2017-01-11 Thread Mikhail
On 17:56 08-Jan 2017 David Bremner wrote: > Tomi Ollila writes: > > > The variable used for selecting gdb is TEST_GDB, consistent with > > TEST_CC and TEST_EMACS{,CLIENT}. > > pushed this patch to master. > Hello, updated FreeBSD tests patch in the attachment. >From