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/eventhandlers.go | |
parent | 31489e3baaa0e096cf01e9dbf3884aeaf65e579d (diff) | |
download | aerc-00ed2ef06a9bfb35d05c33948cbd93c03153636a.tar.gz |
Add missing notmuch build tags
Diffstat (limited to 'worker/notmuch/eventhandlers.go')
-rw-r--r-- | worker/notmuch/eventhandlers.go | 2 |
1 files changed, 2 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 { |