diff options
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r-- | worker/notmuch/events.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go deleted file mode 100644 index 94b27fd7..00000000 --- a/worker/notmuch/events.go +++ /dev/null @@ -1,8 +0,0 @@ -//go:build notmuch -// +build notmuch - -package notmuch - -type eventType interface{} - -type updateDirCounts struct{} |