[PATCH] emacs: notmuch-tree: mark the initial message at point as read

2021-02-15 Thread Jonas Bernoulli
When moving between message in a tree or show buffer, the message at point is marked as read. Likewise when creating such a buffer, then the message that is initially at point is supposed to be marked as read as well. The latter worked for `notmuch-show' but not for `notmuch-tree'. Press "RET"

Re: [PATCH] fix build failure with glib 2.67

2021-02-15 Thread Michael J Gruber
David Bremner venit, vidit, dixit 2021-02-15 21:59:17: > Based on a patch from Michael J Gruber [1]. As of glib 2.67 (more > specifically [2]), including "gmime-extra.h" inside an extern "C" > block causes build failures, because glib is using C++ features. > > Observing that "gmime-extra.h" is

Re: [PATCH 2/2] emacs: Add notmuch-show-insert-msg-hook

2021-02-15 Thread David Bremner
David Edmondson writes: > Add a hook called after inserting each message into the buffer showing > messages. first patch is fine, second no longer applies. d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to

Re: [PATCH] test: Fix race condition in T568-lib-thread.sh

2021-02-15 Thread Tomi Ollila
On Sun, Feb 14 2021, David Bremner wrote: > The assignment of thread-ids is (apparently) non-deterministic in a > way that mostly seems to show up on multicore machines. In my tests > the number is different from that previously assumed by this test > about 15% of the time on a 50 thread (25

Re: [PATCH 2/2] lib: use a stricter unused macro

2021-02-15 Thread Tomi Ollila
On Sun, Feb 14 2021, David Bremner wrote: > This would have caught bugs like the one corrected in the previous > commit. Series LGTM. Tomi > --- > lib/notmuch-private.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h >