-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mbsyncrc
77 lines (62 loc) · 1.53 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
75
76
77
# Global configuration section
# Values here are used as defaults for any following Channel section that
# doesn't specify them.
SyncState *
Create Both
Remove None
# Expunge Both or run `mbsync --expunge all`
# private Mail
IMAPStore private-remote
Host nuthost.de
User [email protected]
PassCmd "grep nuthost.de ~/.authinfo | awk 'FNR == 1 {print $6}'"
MaildirStore private-local
Path ~/Mail/private/
Inbox ~/Mail/private/INBOX
Trash Trash
SubFolders Verbatim
Channel private
Far :private-remote:
Near :private-local:
# Patterns * "!dovecot/*" # this pattern did not work anymore (2024-09-02), see also https://sourceforge.net/p/isync/bugs/77/?limit=25
Patterns * "INBOX/*" "!dovecot/*"
######################
### Uni Koblenz
IMAPStore work-remote
Host imap.uni-koblenz.de
TLSType IMAPS
User flake
PassCmd "grep uni-koblenz.de ~/.authinfo | awk 'FNR == 1 {print $6}'"
MaildirStore work-local
Path ~/Mail/work/
Inbox ~/Mail/work/INBOX
Trash Trash
SubFolders Verbatim
Channel work
Far :work-remote:
Near :work-local:
Patterns * "!Shared Folders/*" "!Other Users/*"
######################
### TU Dortmund
IMAPStore tudo-remote
Host unimail.tu-dortmund.de
TLSType IMAPS
User smjuflak
PassCmd "grep tu-dortmund.de ~/.authinfo | awk 'FNR == 1 {print $6}'"
MaildirStore tudo-local
Path ~/Mail/tudo/
Inbox ~/Mail/tudo/INBOX
Trash Trash
SubFolders Verbatim
Channel tudo
Far :tudo-remote:
Near :tudo-local:
Patterns *
#######################
## Groups
Group inboxes-only
Channel private:INBOX work:INBOX
Group all
Channel private
Channel work
Channel tudo