diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-14 10:12:33 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-14 10:12:33 +0530 |
commit | bd8919afb109efa0a92def766aca81f1e2e146fa (patch) | |
tree | a3cfbd93f8f0be44dd666969abdb20a27d6db84c /src/config/templates/neomutt/mbsyncrc.j2 | |
parent | 90b9ea4267ee04e1fe6f808ae322d4ad36edc693 (diff) |
Update neovim, neomutt, and shell configurations
Diffstat (limited to 'src/config/templates/neomutt/mbsyncrc.j2')
-rw-r--r-- | src/config/templates/neomutt/mbsyncrc.j2 | 22 |
1 files changed, 22 insertions, 0 deletions
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 * |