Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions daemonclient/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import (
"time"

"github.com/floatpane/matcha/backend"
_ "github.com/floatpane/matcha/backend/imap" // register imap backend for directService
_ "github.com/floatpane/matcha/backend/jmap" // register jmap backend for directService
_ "github.com/floatpane/matcha/backend/maildir" // register maildir backend for directService
_ "github.com/floatpane/matcha/backend/pop3" // register pop3 backend for directService
"github.com/floatpane/matcha/config"
"github.com/floatpane/matcha/daemonrpc"
"github.com/floatpane/matcha/fetcher"
Expand Down
Loading