aerc/worker
Robin Jarry 15a4cc7d0a imap: fix build on macos
Fix the following build error on mac os:

 worker/imap/worker.go:368:29: undefined: syscall.TCP_KEEPCNT
 worker/imap/worker.go:376:29: undefined: syscall.TCP_KEEPINTVL

These symbols are not defined on darwin.

Fixes: 5dfeff75f3 ("imap: add tcp connection options")
Signed-off-by: Robin Jarry <robin@jarry.cc>
2021-12-11 21:45:51 +01:00
..
handlers go.mod: change base git url 2021-11-05 10:21:45 +01:00
imap imap: fix build on macos 2021-12-11 21:45:51 +01:00
lib go.mod: change base git url 2021-11-05 10:21:45 +01:00
maildir maildir: watch for message renames 2021-12-06 23:50:04 +01:00
notmuch notmuch: allow sort by file order 2021-11-13 15:25:04 +01:00
types messages: allow displaying email threads 2021-11-13 15:05:59 +01:00
handler_notmuch.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
worker.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
worker_enabled.go go.mod: change base git url 2021-11-05 10:21:45 +01:00