Re: Feature freeze for 0.27

2018-06-02 Thread David Bremner
David Bremner writes: > I've tagged 0.27_rc0 and uploaded it to Debian experimental. > For the next week or so I'll take NEWS updates and bugfixes for 0.27. > > The following changes might need a NEWS item, please send patches to > NEWS for your changes > > Antoine Amarilli (1): > doc:

Re: [PATCH] configure: check for links to/from libdir in ldconfig output

2018-06-02 Thread David Bremner
Tomi Ollila writes: > On Wed, May 30 2018, David Bremner wrote: > >> Tomi Ollila writes: >> >>> On Tue, May 29 2018, David Bremner wrote: >>> If e.g. /lib is a link to /usr/lib, then the latter may not show up in the way we expect in the output of ldconfig. 'test foo -ef bar' checks

Re: [PATCH 2/3] NEWS: mention notmuch --full-scan

2018-06-02 Thread David Bremner
David Bremner writes: This, and the next patch pushed as part of 0.27_rc1 d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 1/3] NEWS: mention thread:{} queries

2018-06-02 Thread David Bremner
David Bremner writes: > --- > NEWS | 9 + > 1 file changed, 9 insertions(+) > pushed as part of 0.27_rc1 d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 1/2] NEWS: deprecate pre-1.4.0 Xapian

2018-06-02 Thread David Bremner
David Bremner writes: > We want to give people some heads up before dropping support, since > removing a bunch of ifdefs will be a pain to revert. pushed as part of 0.27_rc1 d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH 18/20] indexing: record protected subject when indexing cleartext

2018-06-02 Thread Jameson Graef Rollins
On Fri, May 11 2018, Daniel Kahn Gillmor wrote: > When indexing the cleartext of an encrypted message, record any > protected subject in the database, which should make it findable and > visible in search. > --- > lib/index.cc | 42 ++ ... > diff

Re: Protected headers in notmuch

2018-06-02 Thread Jameson Graef Rollins
I've pushed a branch of this series rebased against notmuch/release (for some reason master is currently a couple commits behind) and fixed to reflect the exposure of notmuch_message_get_database: https://gitlab.com/jrollins/notmuch/commits/protected-headers-fix All tests pass. Note it requires

Re: Protected headers in notmuch

2018-06-02 Thread David Bremner
Jameson Graef Rollins writes: > I've pushed a branch of this series rebased against notmuch/release (for > some reason master is currently a couple commits behind) and fixed to > reflect the exposure of notmuch_message_get_database: > >