mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
fix smtp backend typo in config sample
This commit is contained in:
parent
63cf9ca3da
commit
24c9e3b384
1 changed files with 1 additions and 5 deletions
|
@ -215,10 +215,6 @@ message.read.format = "auto"
|
|||
#
|
||||
message.write.headers = ["From", "To", "In-Reply-To", "Cc", "Subject"]
|
||||
|
||||
# Overrides the backend used for sending messages.
|
||||
#
|
||||
message.send.backend = "smtp"
|
||||
|
||||
# Saves a copy of sent messages to the sent folder. The sent folder is
|
||||
# taken from folder.alias, defaults to Sent.
|
||||
#
|
||||
|
@ -471,7 +467,7 @@ imap.auth.cmd = "pass show example-imap"
|
|||
|
||||
# Defines the SMTP backend for the message sending feature.
|
||||
#
|
||||
backend = "smtp"
|
||||
message.send.backend = "smtp"
|
||||
|
||||
# SMTP server host name.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue