blob: 4bc666d2a705045af26538bd908851ea3539d09a (
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
|
# Global defaults
CopyArrivalDate yes
######
IMAPAccount amin
Host nix.aminb.org
User amin@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
SubFolders Verbatim
Channel amin
Master :amin-remote:
Slave :amin-local:
Patterns * !dovecot*
Create Both
SyncState *
######
IMAPAccount uwaterloo
Host connect.uwaterloo.ca
User mbandali
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg"
SSLType IMAPS
IMAPStore uwaterloo-remote
Account uwaterloo
MaildirStore uwaterloo-local
Path ~/mail/uwaterloo/
Inbox ~/mail/uwaterloo/Inbox
SubFolders Verbatim
Channel uwaterloo
Master :uwaterloo-remote:
Slave :uwaterloo-local:
Patterns * !dovecot*
Create Both
SyncState *
|