7 lines
103 B
Go
7 lines
103 B
Go
//go:build notmuch
|
|
// +build notmuch
|
|
|
|
package worker
|
|
|
|
import _ "git.sr.ht/~rjarry/aerc/worker/notmuch"
|