summaryrefslogtreecommitdiff
path: root/mbsyncrc
blob: 927e08df8208c5e116caea0b822ab54fccf58842 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
###############################################################################
# victortoso@redhat.com
###############################################################################
IMAPAccount redhat
    Host mail.corp.redhat.com
    User victortoso
    PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/redhat.gpg"
    SSLType IMAPS
    CertificateFile /etc/ssl/certs/redhat.crt

IMAPStore redhat-remote
    Account redhat

MaildirStore redhat-local
    Path ~/.mail/redhat/
    Inbox ~/.mail/redhat/inbox

Channel redhat
    Master :redhat-remote:
    Slave :redhat-local:
    Patterns * !"Emailed Conctacts" !"Chats" !"Contacts"
    Create Both
    Sync All
    SyncState *

###############################################################################
# me@victortoso.com
###############################################################################
IMAPAccount victortoso
    Host imap.gmail.com
    User me@victortoso.com
    PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/victortoso.gpg"
    SSLType IMAPS
    CertificateFile /etc/ssl/certs/ca-bundle.crt

IMAPStore victortoso-remote
    Account victortoso

MaildirStore victortoso-local
    Path ~/.mail/victortoso/
    Inbox ~/.mail/victortoso/inbox

Channel victortoso
    Master :victortoso-remote:
    Slave :victortoso-local:
    Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
    Create Both
    Sync All
    SyncState *

###############################################################################
# bugzilla@victortoso.com
###############################################################################
IMAPAccount bugzilla
    Host imap.gmail.com
    User bugzilla@victortoso.com
    PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/bugzilla.gpg"
    SSLType IMAPS
    CertificateFile /etc/ssl/certs/ca-bundle.crt

IMAPStore bugzilla-remote
    Account bugzilla

MaildirStore bugzilla-local
    Path ~/.mail/bugzilla/
    Inbox ~/.mail/bugzilla/inbox

Channel bugzilla
    Master :bugzilla-remote:
    Slave :bugzilla-local:
    Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
    Create Both
    Sync All
    SyncState *

###############################################################################
# lists@victortoso.com
###############################################################################
IMAPAccount lists
    Host imap.gmail.com
    User lists@victortoso.com
    PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/lists.gpg"
    SSLType IMAPS
    CertificateFile /etc/ssl/certs/ca-bundle.crt

IMAPStore lists-remote
    Account lists

MaildirStore lists-local
    Path ~/.mail/lists/
    Inbox ~/.mail/lists/inbox

Channel lists
    Master :lists-remote:
    Slave :lists-local:
    Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
    Create Both
    Sync All
    SyncState *

###############################################################################
# spam@victortoso.com
###############################################################################
IMAPAccount spam
    Host imap.gmail.com
    User spam@victortoso.com
    PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/spam.gpg"
    SSLType IMAPS
    CertificateFile /etc/ssl/certs/ca-bundle.crt

IMAPStore spam-remote
    Account spam

MaildirStore spam-local
    Path ~/.mail/spam/
    Inbox ~/.mail/spam/inbox

Channel spam
    Master :spam-remote:
    Slave :spam-local:
    Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Drafts"
    Create Both
    Sync All
    SyncState *