0d645bcebd
I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc>
5 lines
155 B
Go
5 lines
155 B
Go
package worker
|
|
|
|
// the following workers are always enabled
|
|
import _ "git.sr.ht/~rjarry/aerc/worker/imap"
|
|
import _ "git.sr.ht/~rjarry/aerc/worker/maildir"
|