aboutsummaryrefslogtreecommitdiffstats
path: root/isync
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-06 00:15:01 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-06 00:15:01 +0000
commit3c5101a1faf651fab10c05ec06355af587814580 (patch)
tree1543c8a9895fa84ed3ed5df540395606b5b31f4d /isync
parentcbb649bfe182b17f0a4323c49a1a7b992f4a22b8 (diff)
downloaddotfiles-3c5101a1faf651fab10c05ec06355af587814580.tar.gz
dotfiles-3c5101a1faf651fab10c05ec06355af587814580.zip
Add new account to mbsync
Diffstat (limited to 'isync')
-rw-r--r--isync/.mbsyncrc23
1 files changed, 23 insertions, 0 deletions
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 *