summaryrefslogtreecommitdiffstats
path: root/isync/.mbsyncrc
blob: 9d0cdecfc5a75bb4f49aaeb04076b6b06709e41d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Global defaults
CopyArrivalDate yes

######
IMAPAccount aminb
Host mail.aminb.org
User REDACTED
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.passwd/aminb.gpg"
SSLType IMAPS

IMAPStore aminb-remote
Account aminb

MaildirStore aminb-local
Path ~/.mail/aminb/
Inbox ~/.mail/aminb/Inbox

Channel aminb
Master :aminb-remote:
Slave :aminb-local:
Patterns * !dovecot*
Create Slave
SyncState *

######
IMAPAccount gmail
Host imap.gmail.com
User REDACTED
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.passwd/gmail.gpg"
SSLType IMAPS

IMAPStore gmail-remote
Account gmail

MaildirStore gmail-local
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/Inbox

Channel gmail
Master :gmail-remote:
Slave :gmail-local:
Patterns * ![Gmail]* "[Gmail]/Sent Mail"
Create Slave
SyncState *