aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffas <dev@jeffas.io>2020-02-26 19:36:18 +0000
committerReto Brunner <reto@labrat.space>2020-02-26 21:46:31 +0100
commit00ed2ef06a9bfb35d05c33948cbd93c03153636a (patch)
tree75c43bbcda5980377197014d384b928f7a72a8d6
parent31489e3baaa0e096cf01e9dbf3884aeaf65e579d (diff)
Add missing notmuch build tags
-rw-r--r--worker/notmuch/eventhandlers.go2
-rw-r--r--worker/notmuch/events.go2
2 files changed, 4 insertions, 0 deletions
diff --git a/worker/notmuch/eventhandlers.go b/worker/notmuch/eventhandlers.go
index e279dbc..976cbfd 100644
--- a/worker/notmuch/eventhandlers.go
+++ b/worker/notmuch/eventhandlers.go
@@ -1,3 +1,5 @@
+//+build notmuch
+
package notmuch
func (w *worker) handleNotmuchEvent(et eventType) error {
diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go
index 896befa..2140d68 100644
--- a/worker/notmuch/events.go
+++ b/worker/notmuch/events.go
@@ -1,3 +1,5 @@
+//+build notmuch
+
package notmuch
type eventType interface{}