blob: 25a2a08d62d6d409dfdf4bcbc9eaf300f1cf37ee (
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
# Global defaults
CopyArrivalDate yes
Create Both
Expunge Both
######
IMAPAccount kelar
Host mail.kelar.org
User bandali
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar.gpg"
SSLType IMAPS
IMAPStore kelar-remote
Account kelar
IMAPAccount kelar-local
Host 127.0.0.1
Port 143
User bandali@kelar.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar-local.gpg"
SSLType None
IMAPStore kelar-local
Account kelar-local
Channel kelar
Master :kelar-remote:
Slave :kelar-local:
Patterns *
######
IMAPAccount shemshak
Host mail.shemshak.org
User bandali@shemshak.org
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/shemshak.gpg"
SSLType IMAPS
IMAPStore shemshak-remote
Account shemshak
IMAPAccount shemshak-local
Host 127.0.0.1
Port 143
User bandali@shemshak.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/shemshak-local.gpg"
SSLType None
IMAPStore shemshak-local
Account shemshak-local
Channel shemshak
Master :shemshak-remote:
Slave :shemshak-local:
Patterns *
######
IMAPAccount gnub
Host mail.shemshak.org
User gnu@bndl.org
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/gnub.gpg"
SSLType IMAPS
Timeout 120
IMAPStore gnub-remote
Account gnub
IMAPAccount gnub-local
Host 127.0.0.1
Port 143
User bandali@gnu.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/gnub-local.gpg"
SSLType None
IMAPStore gnub-local
Account gnub-local
Channel gnub
Master :gnub-remote:
Slave :gnub-local:
Patterns *
######
IMAPAccount csclub
Host mail.csclub.uwaterloo.ca
User abandali
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/csclub.gpg"
SSLType IMAPS
IMAPStore csclub-remote
Account csclub
IMAPAccount csclub-local
Host 127.0.0.1
Port 143
User abandali@csclub.uwaterloo.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/csclub-local.gpg"
SSLType None
IMAPStore csclub-local
Account csclub-local
Channel csclub
Master :csclub-remote:
Slave :csclub-local:
Patterns *
######
IMAPAccount canonical
Host mail.canonical.com
User bandali
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/canonical.gpg"
SSLType IMAPS
IMAPStore canonical-remote
Account canonical
IMAPAccount canonical-local
Host 127.0.0.1
Port 143
User bandali@canonical.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/canonical-local.gpg"
SSLType None
IMAPStore canonical-local
Account canonical-local
Channel canonical
Master :canonical-remote:
Slave :canonical-local:
Patterns *
|