]> git.rmz.io Git - dotfiles.git/blob - mbsync/config
vim: highlight non-breakable-spaces
[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 SSLType IMAPS
13 SSLVersions TLSv1.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/youtube
46 Far :mailfence-remote:
47 Near :mailfence-local:
48 Patterns youtube*
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/youtube
62 Channel mailfence/archive
63
64 IMAPAccount fpp
65 Host imap.gmail.com
66 User samir@fppnt.com
67 PassCmd "~/.config/mutt/mutt_oauth2.py ~/.cache/mutt_oauth2/samir@fppnt.com.tokens"
68 AuthMechs XOAUTH2
69 SSLType IMAPS
70 CertificateFile /etc/ssl/certs/ca-certificates.crt
71
72 IMAPStore fpp-remote
73 Account fpp
74
75 MaildirStore fpp-local
76 Path ~/mail/fpp/
77 Inbox ~/mail/fpp/inbox/
78 SubFolders Verbatim
79
80 Channel fpp/inbox
81 Far :fpp-remote:
82 Near :fpp-local:
83 Patterns "INBOX"
84
85 Channel fpp/archive
86 Far :fpp-remote:"[Gmail]/All Mail"
87 Near :fpp-local:"archive"
88
89 Channel fpp/drafts
90 Far :fpp-remote:"[Gmail]/Drafts"
91 Near :fpp-local:"drafts"
92
93 Channel fpp/sent
94 Far :fpp-remote:"[Gmail]/Sent Mail"
95 Near :fpp-local:"sent"
96
97 Channel fpp/spam
98 Far :fpp-remote:"[Gmail]/Spam"
99 Near :fpp-local:"spam"
100
101 Channel fpp/flagged
102 Far :fpp-remote:"[Gmail]/Starred"
103 Near :fpp-local:"flagged"
104
105 Channel fpp/bin
106 Far :fpp-remote:"[Gmail]/Trash"
107 Near :fpp-local:"bin"
108
109 Group fpp
110 Channel fpp/inbox
111 Channel fpp/archive
112 Channel fpp/drafts
113 Channel fpp/sent
114 Channel fpp/spam
115 Channel fpp/flagged
116 Channel fpp/bin