aboutsummaryrefslogtreecommitdiff
path: root/src/config/templates/neomutt/msmtprc.j2
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-14 10:52:39 +0530
committerAaditya Dhruv <[email protected]>2025-06-14 10:52:39 +0530
commit35476da777e19e2bcee10beb5ed0ae7362adcd30 (patch)
treea44bfb642b4dedf7f246a82a6771980604508a55 /src/config/templates/neomutt/msmtprc.j2
parent5f0f24a52d9175ab638b3d1a77454e65fad88248 (diff)
Update documentation, small fixes to variable namespacing
Diffstat (limited to 'src/config/templates/neomutt/msmtprc.j2')
-rw-r--r--src/config/templates/neomutt/msmtprc.j24
1 files changed, 2 insertions, 2 deletions
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