diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-14 10:52:39 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-14 10:52:39 +0530 |
commit | 35476da777e19e2bcee10beb5ed0ae7362adcd30 (patch) | |
tree | a44bfb642b4dedf7f246a82a6771980604508a55 /src/config/templates/neomutt/mbsyncrc.j2 | |
parent | 5f0f24a52d9175ab638b3d1a77454e65fad88248 (diff) |
Update documentation, small fixes to variable namespacing
Diffstat (limited to 'src/config/templates/neomutt/mbsyncrc.j2')
-rw-r--r-- | src/config/templates/neomutt/mbsyncrc.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/templates/neomutt/mbsyncrc.j2 b/src/config/templates/neomutt/mbsyncrc.j2 index 7ab403f..901e57b 100644 --- a/src/config/templates/neomutt/mbsyncrc.j2 +++ b/src/config/templates/neomutt/mbsyncrc.j2 @@ -1,6 +1,6 @@ IMAPAccount mailbox Host imap.mailbox.org -User {{ mail.primary }} +User {{ config.mail.primary }} PassCmd "secret-tool lookup password mailbox" Port 993 TLSType IMAPS |