From 24c9e3b384cfa627222f30e6b3e09a0266b0f297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 20 Sep 2024 08:33:20 +0200 Subject: [PATCH] fix smtp backend typo in config sample --- config.sample.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.sample.toml b/config.sample.toml index 7ae4955..a24293f 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -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. #