-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mbsyncrc
76 lines (63 loc) · 1.31 KB
/
.mbsyncrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# ---- TU Dresden ----
IMAPAccount tu-dresden
Host msx.tu-dresden.de
User s2150970
PassCmd "pass 'Tu-dresden ZIH' | head -1"
SSLType IMAPS
AuthMechs LOGIN
# because exchange apparently can't handle parallel accesses:
PipelineDepth 1
IMAPStore tu-dresden-remote
Account tu-dresden
MaildirStore tu-dresden-local
Subfolders Verbatim
Path ~/.mail/tu-dresden/
Inbox ~/.mail/tu-dresden/Inbox
Channel tu-dresden
Far :tu-dresden-remote:
Near :tu-dresden-local:
Patterns *
Create Both
SyncState *
# ---- ifsr ----
IMAPAccount ifsr
Host mail.ifsr.de
User krebs
PassCmd "pass 'fsr/ifsr' | head -1"
SSLType IMAPS
AuthMechs LOGIN
# because exchange apparently can't handle parallel accesses:
PipelineDepth 1
IMAPStore ifsr-remote
Account ifsr
MaildirStore ifsr-local
Subfolders Verbatim
Path ~/.mail/ifsr/
Inbox ~/.mail/ifsr/Inbox
Channel ifsr
Far :ifsr-remote:
Near :ifsr-local:
Patterns *
Create Both
SyncState *
# ---- krbs ----
IMAPAccount krbs
Host mail.krbs.me
User [email protected]
PassCmd "pass '[email protected]' | head -1"
SSLType IMAPS
AuthMechs LOGIN
# because exchange apparently can't handle parallel accesses:
PipelineDepth 1
IMAPStore krbs-remote
Account krbs
MaildirStore krbs-local
Subfolders Verbatim
Path ~/.mail/krbs/
Inbox ~/.mail/krbs/Inbox
Channel krbs
Far :krbs-remote:
Near :krbs-local:
Patterns *
Create Both
SyncState *