From c38ddf8d3069663b5ff6a0de36dba3e9efba912d Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Mon, 5 Aug 2019 09:16:09 +0200 Subject: Add notmuch backend This commit introduces the notmuch backend. The backend is conditionally compiled in if the "notmuch" tag is provided. Most of the message types are implemented, with the notable exceptions of DeleteMessages as well as any copy / move / append type. Reason being, that those aren't normally applicable in a notmuch based workflow. Changes v2 --> v3, based on review comments * Use account config for configuration --- worker/handler_notmuch.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 worker/handler_notmuch.go (limited to 'worker/handler_notmuch.go') diff --git a/worker/handler_notmuch.go b/worker/handler_notmuch.go new file mode 100644 index 0000000..b1e210c --- /dev/null +++ b/worker/handler_notmuch.go @@ -0,0 +1,5 @@ +//+build notmuch + +package worker + +import _ "git.sr.ht/~sircmpwn/aerc/worker/notmuch" -- cgit v1.2.3