aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{}