aboutsummaryrefslogtreecommitdiff
path: root/worker/worker_enabled.go
blob: 579430b249f635a151e407a55b367cc8b4a12717 (plain)
1
2
3
4
5
6
package worker

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