Break thread relationship

2021-02-12 Thread Ico Doornekamp
Hi, I'm looking for a way to break thread relationship between emails; this allows me to break up "false threads" that are caused by people replying to unrelated mails from the past. I tried to remove the "References" and "In-Reply-To" headers of the offending mail, and reindex the thread. This

Re: Break thread relationship

2021-02-12 Thread David Bremner
Ico Doornekamp writes: > > I tried to remove the "References" and "In-Reply-To" headers of the > offending mail, and reindex the thread. This seems not enough to > convince notmuch that these mails are no longer related, because the > original and separated thread still end up with the same

Re: [PATCH] fix FTBFS with glib

2021-02-12 Thread Michael J Gruber
David Bremner venit, vidit, dixit 2021-02-12 13:57:29: > Michael J Gruber writes: > > > With newer glib, notmuch FTBFS because of C linkage error. This is due > > to a misplaced include (inside an extern "C") which was always there > > but exposed only recently through this change in glib: > > >

Re: [PATCH] fix FTBFS with glib

2021-02-12 Thread David Bremner
Michael J Gruber writes: > With newer glib, notmuch FTBFS because of C linkage error. This is due > to a misplaced include (inside an extern "C") which was always there > but exposed only recently through this change in glib: > > https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1715 > > Move

Re: [PATCH] fix FTBFS with glib

2021-02-12 Thread Michael J Gruber
Tomi Ollila venit, vidit, dixit 2021-02-12 19:48:27: > On Thu, Feb 11 2021, Michael J. Gruber wrote: > > > With newer glib, notmuch FTBFS because of C linkage error. This is due > > If/when the alternative change is send (if it works), then it would be > nice if this FTBFS were opened (i

Re: [PATCH] fix FTBFS with glib

2021-02-12 Thread Tomi Ollila
On Thu, Feb 11 2021, Michael J. Gruber wrote: > With newer glib, notmuch FTBFS because of C linkage error. This is due If/when the alternative change is send (if it works), then it would be nice if this FTBFS were opened (i searched it but deliberately leave it still a mystery for some of us ;)

[PATCH] python: convert shebangs to python3

2021-02-12 Thread Daniel Kahn Gillmor
This is the last bit of "python" left in the notmuch codebase. https://www.python.org/dev/peps/pep-0394/#recommendation encourages "third-party distributors" to use more-specific shebang lines. I'm not certain that the notmuch project itself is a "third-party contributor" but I think this is a