Commit | Line | Data |
---|---|---|
f945d4cb AB |
1 | # Global defaults |
2 | CopyArrivalDate yes | |
3 | ||
4 | ###### | |
818a4af5 AB |
5 | IMAPAccount amin |
6 | Host nix.aminb.org | |
7acb70d3 | 7 | User amin@aminb.org |
818a4af5 | 8 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" |
f945d4cb AB |
9 | SSLType IMAPS |
10 | ||
818a4af5 AB |
11 | IMAPStore amin-remote |
12 | Account amin | |
f945d4cb | 13 | |
818a4af5 AB |
14 | MaildirStore amin-local |
15 | Path ~/mail/amin/ | |
16 | Inbox ~/mail/amin/Inbox | |
161c93e9 | 17 | SubFolders Verbatim |
f945d4cb | 18 | |
818a4af5 AB |
19 | Channel amin |
20 | Master :amin-remote: | |
21 | Slave :amin-local: | |
f945d4cb | 22 | Patterns * !dovecot* |
818a4af5 | 23 | Create Both |
f945d4cb | 24 | SyncState * |
8f3ec463 AB |
25 | |
26 | ###### | |
27 | IMAPAccount uwaterloo | |
28 | Host connect.uwaterloo.ca | |
29 | User mbandali | |
30 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg" | |
31 | SSLType IMAPS | |
32 | ||
33 | IMAPStore uwaterloo-remote | |
34 | Account uwaterloo | |
35 | ||
36 | MaildirStore uwaterloo-local | |
37 | Path ~/mail/uwaterloo/ | |
38 | Inbox ~/mail/uwaterloo/Inbox | |
39 | SubFolders Verbatim | |
40 | ||
41 | Channel uwaterloo | |
42 | Master :uwaterloo-remote: | |
43 | Slave :uwaterloo-local: | |
44 | Patterns * !dovecot* | |
45 | Create Both | |
46 | SyncState * |