mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-18 13:11:37 +01:00
6 lines
159 B
Go
6 lines
159 B
Go
|
|
package worker
|
||
|
|
|
||
|
|
// the following workers are always enabled
|
||
|
|
import _ "git.sr.ht/~sircmpwn/aerc/worker/imap"
|
||
|
|
import _ "git.sr.ht/~sircmpwn/aerc/worker/maildir"
|