aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2023-08-29 13:15:46 -0500
committerRobin Jarry <robin@jarry.cc>2023-08-30 22:10:36 +0200
commit781820627f1cb87df898d1a7b5f3b56c6fa20b77 (patch)
tree1e3a3c0c7cb8dae048b8bbe2079a15a85455d553 /CHANGELOG.md
parent3a55b8e6fd51c3dda1ea71c6806f2ee2d71c1065 (diff)
downloadaerc-781820627f1cb87df898d1a7b5f3b56c6fa20b77.tar.gz
notmuch: replace notmuch library with internal bindings
Replace the notmuch library used with our internal bindings. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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