diff options
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 { |