From a9330f4c63816ed79f6d150e998f003bea9478dd Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Thu, 26 Nov 2020 07:31:05 +0100 Subject: notmuch: remove gc close hooks We frequently had issues with notmuch segfaulting and my guess is that this was due to the garbage collection magic used in the module. This changes to a fork that ripped the functionality out. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2a5be54..9e324bd 100644 --- a/go.mod +++ b/go.mod @@ -47,3 +47,5 @@ require ( replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200420072808-71bec3603bf3 replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190807054800-3fdb6bc01a50 + +replace github.com/zenhack/go.notmuch => github.com/brunnre8/go.notmuch v0.0.0-20201126061756-caa2daf7093c -- cgit v1.2.3