diff options
Diffstat (limited to '.mbsyncrc')
-rwxr-xr-x | .mbsyncrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100755 index 0000000..1023795 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,21 @@ +IMAPAccount personal +Host imap.mailbox.org +UserCmd "echo ${MAIL_USERNAME}@${MAIL_SERVER}" +PassCmd "echo ${MAIL_PASSWORD}" +SSLType IMAPS + +IMAPStore personal-remote +Account personal + +MaildirStore personal-local +SubFolders Verbatim +Path ~/.mail/ +Inbox ~/.mail/INBOX + +Channel personal +Far :personal-remote: +Near :personal-local: +Patterns * +Create Both +Expunge Both +SyncState * |