From 3c5101a1faf651fab10c05ec06355af587814580 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 6 Jan 2019 00:15:01 +0000 Subject: Add new account to mbsync --- isync/.mbsyncrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index 828480f..6827fb7 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -18,12 +18,23 @@ PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphr SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt +IMAPAccount mailbox +Host imap.mailbox.org +Port 993 +User yannherklotzgrave@mailbox.org +PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authmail.gpg" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + IMAPStore gmail-remote Account gmail IMAPStore imperial-remote Account imperial +IMAPStore mailbox-remote +Account mailbox + MaildirStore gmail-local Subfolders Verbatim # The trailing "/" is important @@ -35,6 +46,11 @@ Subfolders Verbatim Path ~/.mail/imperial/ Inbox ~/.mail/imperial/Inbox +MaildirStore mailbox-local +Subfolders Verbatim +Path ~/.mail/mailbox/ +Inbox ~/.mail/mailbox/Inbox + Channel gmail Master :gmail-remote: Slave :gmail-local: @@ -50,3 +66,10 @@ Slave :imperial-local: Patterns "Sent Items" MyArchive "Deleted Items" INBOX Drafts Create Both SyncState * + +Channel mailbox +Master :mailbox-remote: +Slave :mailbox-local: +Patterns * +Create Both +SyncState * -- cgit