diff options
Diffstat (limited to 'worker/handler_notmuch.go')
-rw-r--r-- | worker/handler_notmuch.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/worker/handler_notmuch.go b/worker/handler_notmuch.go new file mode 100644 index 00000000..b1e210c8 --- /dev/null +++ b/worker/handler_notmuch.go @@ -0,0 +1,5 @@ +//+build notmuch + +package worker + +import _ "git.sr.ht/~sircmpwn/aerc/worker/notmuch" |