Files
aerc-fork-mirror/worker/worker_enabled.go
Robin Jarry a3e811e00d watchers: move filesystem monitoring stuff in lib
No functional change. This will allow reuse in other parts of aerc.

Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Koni Marti <koni.marti@gmail.com>
2023-08-04 11:32:40 +02:00

10 lines
234 B
Go

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