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