From 3a55b8e6fd51c3dda1ea71c6806f2ee2d71c1065 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 29 Aug 2023 13:15:45 -0500 Subject: notmuch: add notmuch bindings aerc is using an unmaintained fork of a not-well-functioning notmuch binding library. Add custom bindings directly into the aerc repo to make them more maintainable and more customizable to our needs. Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- contrib/goflags.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/goflags.sh') diff --git a/contrib/goflags.sh b/contrib/goflags.sh index 8cc7ae8c..cadf9e18 100755 --- a/contrib/goflags.sh +++ b/contrib/goflags.sh @@ -9,6 +9,10 @@ if ${CC:-cc} -x c - -o/dev/null -lnotmuch 2>/dev/null; then fi < +#if !LIBNOTMUCH_CHECK_VERSION(5, 6, 0) +#error "aerc requires libnotmuch.so.5.6 or later" +#endif + void main(void) { notmuch_status_to_string(NOTMUCH_STATUS_SUCCESS); } -- cgit