Announcing Astroid v0.10.2

2017-10-11 Thread Gaute Hope
Astroid v0.10.2 has been released! * Fix build issues on Mac OS. * Gmime 2 used weird timezone for sent email. * Add Meson build system as alternative. Regards, Gaute Gaute Hope writes on september 21, 2017 12:34: Astroid v0.10 has been released! Astroid is a lightweight and fast

Re: Public notmuch.mbox missing some messages which are tagged in nmbug

2017-10-11 Thread David Bremner
"W. Trevor King" writes: > If somebody has copies of those messages, can they push them up into > the mbox? Maybe they went to the freelists list [3]? Maybe they were > off-list? Maybe they just missed inclusion in the mbox? It's likely that they were sent to the freelists

Re: Public notmuch.mbox missing some messages which are tagged in nmbug

2017-10-11 Thread Daniel Kahn Gillmor
On Wed 2017-10-11 08:04:05 -0300, David Bremner wrote: > "W. Trevor King" writes: > >> If somebody has copies of those messages, can they push them up into >> the mbox? Maybe they went to the freelists list [3]? Maybe they were >> off-list? Maybe they just missed inclusion in

Re: Public notmuch.mbox missing some messages which are tagged in nmbug

2017-10-11 Thread David Bremner
Daniel Kahn Gillmor writes: > On Wed 2017-10-11 08:04:05 -0300, David Bremner wrote: >> "W. Trevor King" writes: >> >>> If somebody has copies of those messages, can they push them up into >>> the mbox? Maybe they went to the freelists list [3]? Maybe

[PATCH 1/3] cli/show: convert keyword options to booleans

2017-10-11 Thread David Bremner
There are two keyword options here that impliment boolean options. It is simpler to use the built-in boolean argument handling, and also more robust against divergence in parsing boolean and keyword arguments. --- notmuch-show.c | 15 --- 1 file changed, 4 insertions(+), 11

Re: Problem forwarding messages

2017-10-11 Thread Rafael Avila de Espindola
I recently got a new machine and the install in the new one seems to be working. I will attribute the issue to some emacs upgrade problem on the old one. Sorry, I will try to collect a better bug report if it happens again. Thanks, Rafael David Bremner writes: > Rafael

Re: avoid double typedef

2017-10-11 Thread Tomi Ollila
On Tue, Oct 10 2017, Daniel Kahn Gillmor wrote: > On IRC, Domo pointed out that older gcc complains when a typedef gets > repeated. So i'm updating patch 8 in this series to avoid double > typedefs. The rest of the series should be unchanged, so i'm avoiding > re-flooding the lst with them, but