Memory leak in notmuch_database_destroy()

2022-01-05 Thread Austin Ray
Hi, libnotmuch 5.5.0 (notmuch 0.34.2) leaks memory when opening a database with 'notmuch_database_open_with_config()' and cleaning it up with 'notmuch_database_destroy()'. I've included a reproducer program (based on an existing notmuch test) and ASAN output below. Replacing

Re: [PATCH 3/3] emacs: use --exclude=false when counting total messages

2022-01-05 Thread David Bremner
David Bremner writes: > Even if a user excludes a large fraction of their messages, they still > nonetheless exist and are searchable. > --- > emacs/notmuch-hello.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el > index