summary refs log tree commit diff
path: root/.config/mbsyncrc
blob: bd0125f686a75bb12d7addcb51c52932d13992d6 (plain) (blame)
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
78
79
80
81
82
83
84
85
## gnzler

IMAPAccount gnzler
Host mail.gandi.net
User robert@gnzler.io
PassCmd "pass email/gnzler.io | head -n1"
SSLType IMAPS

IMAPStore gnzler
Account gnzler

MaildirStore local
Path ~/Mail/gnzler/
INBOX ~/Mail/gnzler/INBOX
SubFolders Verbatim

Channel gnzler
Far :gnzler:
Near :local:
Patterns INBOX Archive/2022 Drafts Sent lists lists/* work
Create Near
SyncState *
# WATCH OUT WHAT YOU'RE DOING
Expunge both

## selfhosted

IMAPAccount selfhosted
Host localhost:1430
User postmaster@gnzler.de
PassCmd "pass email/postmaster@gnzler.io | head -n1"
SSLType None

IMAPStore selfhosted
Account selfhosted

## backup

MaildirStore backup
Path ~/Mail/server.bak/
INBOX ~/Mail/server.bak/INBOX
SubFolders Verbatim

Channel backup
Far :gnzler:
Near :backup:
Patterns *
Create Both
SyncState *
Sync Pull

## restore

Channel restore
Far :selfhosted:
Near :backup:
Patterns *
Create Both
SyncState *
Sync Push

## hu

IMAPAccount hu
Host mailbox.informatik.hu-berlin.de
User guenzler
PassCmd "pass email/hu-berlin.de | head -n1"
SSLType IMAPS

MaildirStore local-hu
Path ~/Mail/hu/
INBOX ~/Mail/hu/INBOX
SubFolders Verbatim

IMAPStore hu
Account hu

Channel hu
Far :hu:
Near :local-hu:
Patterns *
Create Near
SyncState *
# WATCH OUT WHAT YOU'RE DOING
Expunge both