mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-17 17:47:04 +00:00
Change configuration key names #12
This commit is contained in:
@@ -44,8 +44,8 @@ type RepositoryConfig struct {
|
|||||||
DirDatabasePath string `toml:"dir_database"`
|
DirDatabasePath string `toml:"dir_database"`
|
||||||
DirMailDataPath string `toml:"dir_maildata"`
|
DirMailDataPath string `toml:"dir_maildata"`
|
||||||
Username string `toml:"username"`
|
Username string `toml:"username"`
|
||||||
CmdPostalias string `toml:"postalias"`
|
CmdPostalias string `toml:"cmd_postalias"`
|
||||||
CmdPostmap string `toml:"postmap"`
|
CmdPostmap string `toml:"cmd_postmap"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Normalize normalizes paramaters of the RepositoryConfig.
|
// Normalize normalizes paramaters of the RepositoryConfig.
|
||||||
|
|||||||
Reference in New Issue
Block a user