]> git.rmz.io Git - dotfiles.git/blob - mbsync/config
zsh/prompt: don't try to populate git prompt if not in git repo
[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 Master :mailfence-remote:
26 Slave :mailfence-local:
27 Patterns INBOX
28
29 Channel mailfence/drafts
30 Master :mailfence-remote:"Drafts"
31 Slave :mailfence-local:"drafts"
32
33 Channel mailfence/sent
34 Master :mailfence-remote:"Sent Items"
35 Slave :mailfence-local:"sent"
36
37 Channel mailfence/spam
38 Master :mailfence-remote:"Spam?"
39 Slave :mailfence-local:"spam"
40
41 Channel mailfence/bin
42 Master :mailfence-remote:"Trash"
43 Slave :mailfence-local:"trash"
44
45 Channel mailfence/youtube
46 Master :mailfence-remote:
47 Slave :mailfence-local:
48 Patterns youtube*
49
50 Channel mailfence/archive
51 Master :mailfence-remote:
52 Slave :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 "sed -En '/imap.gmail.com.*samir@fppnt.com/ s/.*password (.*)/\\1/p' ~/.netrc"
68 AuthMechs LOGIN
69 SSLType IMAPS
70 SSLVersion SSLv3
71 CertificateFile /etc/ssl/certs/ca-certificates.crt
72
73 IMAPStore fpp-remote
74 Account fpp
75
76 MaildirStore fpp-local
77 Path ~/mail/fpp/
78 Inbox ~/mail/fpp/inbox/
79 SubFolders Verbatim
80
81 Channel fpp-default
82 Master :fpp-remote:
83 Slave :fpp-local:
84 Patterns "INBOX"
85
86 Channel fpp-archive
87 Master :fpp-remote:"[Gmail]/All Mail"
88 Slave :fpp-local:"archive"
89
90 Channel fpp-drafts
91 Master :fpp-remote:"[Gmail]/Drafts"
92 Slave :fpp-local:"drafts"
93
94 Channel fpp-sent
95 Master :fpp-remote:"[Gmail]/Sent Mail"
96 Slave :fpp-local:"sent"
97
98 Channel fpp-spam
99 Master :fpp-remote:"[Gmail]/Spam"
100 Slave :fpp-local:"spam"
101
102 Channel fpp-flagged
103 Master :fpp-remote:"[Gmail]/Starred"
104 Slave :fpp-local:"flagged"
105
106 Channel fpp-bin
107 Master :fpp-remote:"[Gmail]/Trash"
108 Slave :fpp-local:"bin"
109
110 Group fpp
111 Channel fpp-default
112 Channel fpp-archive
113 Channel fpp-drafts
114 Channel fpp-sent
115 Channel fpp-spam
116 Channel fpp-flagged
117 Channel fpp-bin