From bd8919afb109efa0a92def766aca81f1e2e146fa Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 14 Jun 2025 10:12:33 +0530 Subject: Update neovim, neomutt, and shell configurations --- src/config/templates/neomutt/mbsyncrc.j2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/config/templates/neomutt/mbsyncrc.j2 (limited to 'src/config/templates/neomutt/mbsyncrc.j2') diff --git a/src/config/templates/neomutt/mbsyncrc.j2 b/src/config/templates/neomutt/mbsyncrc.j2 new file mode 100644 index 0000000..7ab403f --- /dev/null +++ b/src/config/templates/neomutt/mbsyncrc.j2 @@ -0,0 +1,22 @@ +IMAPAccount mailbox +Host imap.mailbox.org +User {{ mail.primary }} +PassCmd "secret-tool lookup password mailbox" +Port 993 +TLSType IMAPS + +IMAPStore mailbox-remote +Account mailbox + +MaildirStore mailbox-local +Path ~/.local/share/mail/mailbox/ +Inbox ~/.local/share/mail/mailbox/INBOX +SubFolders Verbatim + +Channel mailbox +Far :mailbox-remote: +Near :mailbox-local: +Patterns * +Create Both +Expunge Both +SyncState * -- cgit