From 35476da777e19e2bcee10beb5ed0ae7362adcd30 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 14 Jun 2025 10:52:39 +0530 Subject: Update documentation, small fixes to variable namespacing --- src/config/templates/neomutt/msmtprc.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config/templates/neomutt/msmtprc.j2') diff --git a/src/config/templates/neomutt/msmtprc.j2 b/src/config/templates/neomutt/msmtprc.j2 index d7f2270..e746566 100644 --- a/src/config/templates/neomutt/msmtprc.j2 +++ b/src/config/templates/neomutt/msmtprc.j2 @@ -1,7 +1,7 @@ account mailbox host smtp.mailbox.org -from {{ mail.primary }} -user {{ mail.primary }} +from {{ config.mail.primary }} +user {{ config.mail.primary }} port 465 auth on tls on -- cgit