diff options
author | Jeffas <dev@jeffas.io> | 2020-02-26 19:36:18 +0000 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-02-26 21:46:31 +0100 |
commit | 00ed2ef06a9bfb35d05c33948cbd93c03153636a (patch) | |
tree | 75c43bbcda5980377197014d384b928f7a72a8d6 /worker/notmuch | |
parent | 31489e3baaa0e096cf01e9dbf3884aeaf65e579d (diff) | |
download | aerc-00ed2ef06a9bfb35d05c33948cbd93c03153636a.tar.gz |
Add missing notmuch build tags
Diffstat (limited to 'worker/notmuch')
-rw-r--r-- | worker/notmuch/eventhandlers.go | 2 | ||||
-rw-r--r-- | worker/notmuch/events.go | 2 |
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{} |