File: worker_enabled.go

package info (click to toggle)
aerc 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,892 kB
  • sloc: ansic: 1,181; python: 1,000; sh: 553; awk: 360; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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"
)