aboutsummaryrefslogtreecommitdiff
path: root/worker/worker_enabled.go
blob: a644525fae1a75be9e9c45929969205afb99109f (plain)
1
2
3
4
5
6
7
8
9
package worker

// the following workers are always enabled
import (
	_ "git.sr.ht/~rjarry/aerc/worker/imap"
	_ "git.sr.ht/~rjarry/aerc/worker/maildir"

	_ "git.sr.ht/~rjarry/aerc/worker/mbox"
)