From 781820627f1cb87df898d1a7b5f3b56c6fa20b77 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 29 Aug 2023 13:15:46 -0500 Subject: notmuch: replace notmuch library with internal bindings Replace the notmuch library used with our internal bindings. Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ff9425..20a1697f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `:archive` now works on servers using a different delimiter - `:save -a` now works with multiple attachments with the same filename - `:open` uses the attachment extension for temporary files, if possible +- memory leak when using notmuch with threading ### Changed @@ -51,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The local hostname is no longer exposed in outgoing `Message-Id` headers by default. Legacy behaviour can be restored by setting `send-with-hostname = true` in `accounts.conf`. +- The notmuch bindings were replaced with internal bindings ### Deprecated -- cgit