blob: f1a954c1d8efc6d08bab33ded00c151ccee9d77f (
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
|
# Global defaults
CopyArrivalDate yes
######
User REDACTED
IMAPAccount amin
Host nix.aminb.org
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg"
SSLType IMAPS
IMAPStore amin-remote
Account amin
MaildirStore amin-local
Path ~/mail/amin/
Inbox ~/mail/amin/Inbox
Channel amin
Master :amin-remote:
Slave :amin-local:
Patterns * !dovecot*
Create Both
SyncState *
######
IMAPAccount gmail
Host imap.gmail.com
User REDACTED
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gmail.gpg"
SSLType IMAPS
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Path ~/mail/gmail/
Inbox ~/mail/gmail/Inbox
Channel gmail
Master :gmail-remote:
Slave :gmail-local:
Patterns * ![Gmail]* "[Gmail]/Sent Mail"
Create Both
SyncState *
|