mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2024-11-23 16:42:07 +01:00
6fed04bb9f
This allows backends which can't always be compiled due to missing dependencies (say libnotmuch) to be compiled conditionally with buildflags.
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"
|