Commit | Line | Data |
---|---|---|
ca3a844a AB |
1 | # Global defaults |
2 | CopyArrivalDate yes | |
3 | Create Both | |
4 | Expunge Both | |
5 | ||
6 | ###### | |
7 | IMAPAccount shemshak | |
8 | Host mail.shemshak.org | |
9 | User bandali@shemshak.org | |
10 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak.gpg" | |
11 | SSLType IMAPS | |
12 | ||
13 | IMAPStore shemshak-remote | |
14 | Account shemshak | |
15 | ||
16 | IMAPAccount shemshak-local | |
17 | Host 127.0.0.1 | |
18 | Port 143 | |
19 | User bandali@shemshak.local | |
20 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak-local.gpg" | |
21 | SSLType None | |
22 | ||
23 | IMAPStore shemshak-local | |
24 | Account shemshak-local | |
25 | ||
26 | Channel shemshak | |
27 | Master :shemshak-remote: | |
28 | Slave :shemshak-local: | |
29 | Patterns * | |
30 | ||
31 | ###### | |
32 | IMAPAccount gnub | |
33 | Host mail.shemshak.org | |
34 | User gnu@bndl.org | |
35 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub.gpg" | |
36 | SSLType IMAPS | |
8cb5ac90 | 37 | Timeout 120 |
ca3a844a AB |
38 | |
39 | IMAPStore gnub-remote | |
40 | Account gnub | |
41 | ||
42 | IMAPAccount gnub-local | |
43 | Host 127.0.0.1 | |
44 | Port 143 | |
45 | User bandali@gnu.local | |
46 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg" | |
47 | SSLType None | |
48 | ||
49 | IMAPStore gnub-local | |
50 | Account gnub-local | |
51 | ||
52 | Channel gnub | |
53 | Master :gnub-remote: | |
54 | Slave :gnub-local: | |
55 | Patterns * | |
56 | ||
57 | ###### | |
58 | IMAPAccount uwaterloo | |
59 | Host connect.uwaterloo.ca | |
60 | User abandali | |
61 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg" | |
62 | SSLType IMAPS | |
63 | ||
64 | IMAPStore uwaterloo-remote | |
65 | Account uwaterloo | |
66 | ||
67 | IMAPAccount uwaterloo-local | |
68 | Host 127.0.0.1 | |
69 | Port 143 | |
70 | User abandali@uwaterloo.local | |
71 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-local.gpg" | |
72 | SSLType None | |
73 | ||
74 | IMAPStore uwaterloo-local | |
75 | Account uwaterloo-local | |
76 | ||
77 | Channel uwaterloo | |
78 | Master :uwaterloo-remote: | |
79 | Slave :uwaterloo-local: | |
80 | Patterns * | |
81 | ||
82 | ###### | |
83 | IMAPAccount csclub | |
84 | Host mail.csclub.uwaterloo.ca | |
85 | User abandali | |
86 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub.gpg" | |
87 | SSLType IMAPS | |
88 | ||
89 | IMAPStore csclub-remote | |
90 | Account csclub | |
91 | ||
92 | IMAPAccount csclub-local | |
93 | Host 127.0.0.1 | |
94 | Port 143 | |
95 | User abandali@csclub.uwaterloo.local | |
96 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-local.gpg" | |
97 | SSLType None | |
98 | ||
99 | IMAPStore csclub-local | |
100 | Account csclub-local | |
101 | ||
102 | Channel csclub | |
103 | Master :csclub-remote: | |
104 | Slave :csclub-local: | |
105 | Patterns * |