aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/isyncrc
blob: bfad9cd12b861827df290b22327b40f275f62f79 (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
Create Both
Expunge Both
SyncState *

IMAPAccount porkbun
Host imap.porkbun.com
User tobyv@tobyvin.dev
PassCmd "pass tobyv@tobyvin.dev"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore porkbun-remote
Account porkbun

MaildirStore porkbun-local
Path ~/.local/share/mail/porkbun/
Inbox ~/.local/share/mail/porkbun/INBOX

Channel porkbun
Far :porkbun-remote:
Near :porkbun-local:
Patterns *

IMAPAccount gmail
Host imap.gmail.com
User tobyv13@gmail.com
PassCmd "pass gmail"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore gmail-remote
Account gmail

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

Channel gmail
Far :gmail-remote:
Near :gmail-local:
Patterns "INBOX"

Channel gmail-drafts
Far :gmail-remote:"[Gmail]/Drafts"
Near :gmail-local:Drafts
Create Near

Channel gmail-sent
Far :gmail-remote:"[Gmail]/Sent Mail"
Near :gmail-local:Sent
Create Near

Channel gmail-trash
Far :gmail-remote:"[Gmail]/Trash"
Near :gmail-local:Trash
Create Near

Group gmail
Channels gmail gmail-drafts gmail-sent gmail-trash