Other(refactor): Move Settings out of frontend

This commit is contained in:
James Houlahan
2022-08-22 12:32:55 +02:00
committed by Jakub
parent 310c6a1ccf
commit 0c7453684b
17 changed files with 178 additions and 129 deletions

View File

@ -65,7 +65,7 @@ type imapBackend struct {
}
type settingsProvider interface {
GetInt(string) int
GetInt(settings.Key) int
}
// NewIMAPBackend returns struct implementing go-imap/backend interface.