]> git.rmz.io Git - dotfiles.git/blob - mbsync/config
mbsync: sync tickets and dmarc dirs
[dotfiles.git] / mbsync / config
1 # write state file into each slaves mailbox
2 SyncState *
3 Expunge Both
4 Create Both
5 CopyArrivalDate yes
6
7 IMAPAccount mailfence
8 Host imap.mailfence.com
9 User samirbenmendil
10 PassCmd "sed -En '/imap.mailfence.com.*samirbenmendil/ s/.*password (.*)/\\1/p' ~/.netrc"
11 AuthMechs LOGIN
12 TLSType IMAPS
13 TLSVersions +1.2
14 CertificateFile /etc/ssl/certs/ca-certificates.crt
15
16 IMAPStore mailfence-remote
17 Account mailfence
18
19 MaildirStore mailfence-local
20 Path ~/mail/mailfence/
21 Inbox ~/mail/mailfence/inbox
22 SubFolders Verbatim
23
24 Channel mailfence/inbox
25 Far :mailfence-remote:
26 Near :mailfence-local:
27 Patterns INBOX
28
29 Channel mailfence/drafts
30 Far :mailfence-remote:"Drafts"
31 Near :mailfence-local:"drafts"
32
33 Channel mailfence/sent
34 Far :mailfence-remote:"Sent Items"
35 Near :mailfence-local:"sent"
36
37 Channel mailfence/spam
38 Far :mailfence-remote:"Spam?"
39 Near :mailfence-local:"spam"
40
41 Channel mailfence/bin
42 Far :mailfence-remote:"Trash"
43 Near :mailfence-local:"trash"
44
45 Channel mailfence-dir
46 Far :mailfence-remote:
47 Near :mailfence-local:
48 Patterns !* # By default, don't match anything, this can be overriden in Group
49
50 Channel mailfence/archive
51 Far :mailfence-remote:
52 Near :mailfence-local:
53 Patterns archive*
54
55 Group mailfence
56 Channel mailfence/inbox
57 Channel mailfence/drafts
58 Channel mailfence/sent
59 Channel mailfence/spam
60 Channel mailfence/bin
61 Channel mailfence/archive
62 Channel mailfence-dir:important
63 Channel mailfence-dir:tickets
64 Channel mailfence-dir:dmarc
65
66 IMAPAccount fpp
67 Host imap.gmail.com
68 User samir@fppnt.com
69 PassCmd "~/.config/mutt/mutt_oauth2.py ~/.cache/mutt_oauth2/samir@fppnt.com.tokens"
70 AuthMechs XOAUTH2
71 TLSType IMAPS
72 CertificateFile /etc/ssl/certs/ca-certificates.crt
73
74 IMAPStore fpp-remote
75 Account fpp
76
77 MaildirStore fpp-local
78 Path ~/mail/fpp/
79 Inbox ~/mail/fpp/inbox/
80 SubFolders Verbatim
81
82 Channel fpp/inbox
83 Far :fpp-remote:
84 Near :fpp-local:
85 Patterns "INBOX"
86
87 Channel fpp/archive
88 Far :fpp-remote:"[Gmail]/All Mail"
89 Near :fpp-local:"archive"
90
91 Channel fpp/drafts
92 Far :fpp-remote:"[Gmail]/Drafts"
93 Near :fpp-local:"drafts"
94
95 Channel fpp/sent
96 Far :fpp-remote:"[Gmail]/Sent Mail"
97 Near :fpp-local:"sent"
98
99 Channel fpp/spam
100 Far :fpp-remote:"[Gmail]/Spam"
101 Near :fpp-local:"spam"
102
103 Channel fpp/flagged
104 Far :fpp-remote:"[Gmail]/Starred"
105 Near :fpp-local:"flagged"
106
107 Channel fpp/bin
108 Far :fpp-remote:"[Gmail]/Trash"
109 Near :fpp-local:"bin"
110
111 Group fpp
112 Channel fpp/inbox
113 Channel fpp/archive
114 Channel fpp/drafts
115 Channel fpp/sent
116 Channel fpp/spam
117 Channel fpp/flagged
118 Channel fpp/bin