diff options
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 * |