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