Re: Protected headers in notmuch

2018-06-05 Thread David Bremner
David Bremner writes: > 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: >> >>

Re: [PATCH 01/20] test: new test framework to compare json parts

2018-06-05 Thread David Bremner
Daniel Kahn Gillmor writes: > + > +if len(sys.argv) < 2: > +sys.exit("""usage: {} EXPR [EXPR] > + the useage message doesn't seem to work? I get ╭─ zancas:software/upstream/notmuch/test ╰─ (git)-[master]-% python3 json_check_nodes.py Traceback (most recent call last): File

[RFC 2/2] configure: Drop GMime 2.6 support

2018-06-05 Thread David Bremner
There is still plenty of potential simplification here. --- configure | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/configure b/configure index 3cefdcc6..154a4a60 100755 --- a/configure +++ b/configure @@ -478,30 +478,16 @@ EOF rm -rf test.db

[RFC 1/2] doc: update INSTALL to require GMime 3.0

2018-06-05 Thread David Bremner
This is the first step of removing support for pre 3.0 GMime. This will allow us to spend less developement time ifdefing for missing features in old GMime. It will also reduce the likelyhood of bitrot in unused code paths. --- INSTALL | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)

Start removing pre-3.0 gmime support?

2018-06-05 Thread David Bremner
I'm not sure if we want to do this yet (3.0.3 was released in October 2017), but if we do, we could start like this. d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: build failures on mipsel

2018-06-05 Thread Tomi Ollila
On Mon, Jun 04 2018, Daniel Kahn Gillmor wrote: > hey folks-- > > the notmuch 0.27 release candidates are failing to build on the debian > mipsel build daemons: > > https://buildd.debian.org/status/fetch.php?pkg=notmuch=mipsel=0.27%7Erc0-1=1527466396=0 >