diff options
Diffstat (limited to 'widgets/account-wizard.go')
-rw-r--r-- | widgets/account-wizard.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/account-wizard.go b/widgets/account-wizard.go index ab691395..8b78dcdb 100644 --- a/widgets/account-wizard.go +++ b/widgets/account-wizard.go @@ -522,7 +522,7 @@ func (wizard *AccountWizard) finish(tutorial bool) { Default: "INBOX", From: sec.Key("from").String(), Source: sec.Key("source").String(), - Outgoing: sec.Key("outgoing").String(), + Outgoing: config.RemoteConfig{Value: sec.Key("outgoing").String()}, } if wizard.smtpMode == SMTP_STARTTLS { account.Params = map[string]string{ |