aboutsummaryrefslogtreecommitdiffstats
path: root/mbsync/.mbsyncrc
blob: 5c0b29df4d1e6f6f43daf78a1f85d038f855a3aa (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
## Ryuslash:
IMAPAccount ryuslash
Host imap-ryuslash.alwaysdata.net
User tom@ryuslash.org
PassCmd "secret-tool lookup application mbsync account ryuslash"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore ryuslash-remote
Account ryuslash

MaildirStore ryuslash-local
Path ~/documents/mail/ryuslash/
Inbox ~/documents/mail/ryuslash/inbox
SubFolders Legacy

Channel ryuslash
Far :ryuslash-remote:
Near :ryuslash-local:
# Don't synchronize lda-dupes, it causes trouble.
Patterns INBOX ml-%
Create Both
SyncState *

## Gmail:
IMAPAccount gmail
Host imap.gmail.com
User ryuslash@gmail.com
PassCmd "secret-tool lookup application mbsync account gmail"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore gmail-remote
Account gmail

MaildirStore gmail-local
Path ~/documents/mail/gmail
Inbox ~/documents/mail/gmail/inbox
SubFolders Legacy

# Synchronize only the gmail INBOX mailbox.
Channel gmail-inbox
Far :gmail-remote:
Near :gmail-local:
Patterns INBOX
# Automatically create missing mailboxes, both locally and on the
# server.
Create Both
# Save the synchronization state files in the relevant directory.
SyncState *

# Group the INBOX and [Gmail]/Sent Mail mailboxes together so "mbsync
# gmail" can be used to synchronize both.
Group gmail
Channel gmail-inbox

# ## Picturefix:
# IMAPAccount picturefix
# Host imap.gmail.com
# User tom@picturefix.nl
# PassCmd "~/usr/bin/get-mail-password picturefix"
# SSLType IMAPS
# CertificateFile /etc/ssl/certs/ca-certificates.crt

# IMAPStore picturefix-remote
# Account picturefix

# MaildirStore picturefix-local
# Path ~/documents/mail/picturefix
# Inbox ~/documents/mail/picturefix/inbox
# SubFolders Legacy

# # Synchronize only the gmail INBOX mailbox.
# Channel picturefix-inbox
# Far :picturefix-remote:
# Near :picturefix-local:
# Patterns INBOX
# Create Both
# SyncState *

# # Synchronize only the sent mailbox.
# Channel picturefix-sent
# Far :picturefix-remote:"[Gmail]/Verzonden berichten"
# Near :picturefix-local:sent
# Create Both
# SyncState *

# # Group the picturefix channels together so that synching with the
# # command-line is easier.
# Group picturefix
# Channel picturefix-inbox
# Channel picturefix-sent

# ## Ninthfloor:
# IMAPAccount ninthfloor
# Host mail.ninthfloor.org
# User ryuslash
# PassCmd "~/usr/bin/get-mail-password ninthfloor"
# SSLType STARTTLS
# CertificateFile /etc/ssl/certs/ca-certificates.crt

# IMAPStore ninthfloor-remote
# Account ninthfloor

# MaildirStore ninthfloor-local
# Path ~/documents/mail/ninthfloor/
# Inbox ~/documents/mail/ninthfloor/inbox
# SubFolders Legacy

# Channel ninthfloor
# Far :ninthfloor-remote:
# Near :ninthfloor-local:
# Patterns *
# Create Both
# SyncState *