-
Notifications
You must be signed in to change notification settings - Fork 0
/
ckmrc+
53 lines (53 loc) · 798 Bytes
/
ckmrc+
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
!
! general options
!
debug = 0
useEnv4Pass = 0
! useCLI4Pass = 1
! labelSep = -
bitmapDir = C:/Users/ME/Documents/ckmail/s3/
!
! fork() does not work under Windows
!
! noFork = 1
!
geometry = -240+10
passwdGeom = +750+500
!
! checkTime is in minutes, typically ever 3 to 5 min
!
! checkTime = 1
checkTime = 3
! checkTime = 5
!
!
popUpWidth = 105
popUpLeft = 1
!
soundFile = C:/Users/ME/Documents/ckmail/attention.wav
volume = 100
useSounds = 0
!
! define all the mailboxes
!
{
name = Work
mType = IMAPSSL
color = red
email = [email protected]
port = 993
host = imap.gmail.com
mDel = 1
! passwd = <blahblah>
}
!
{
name = Private
mType = IMAPSSL
color = blue
email = [email protected]
port = 993
host = imap.gmail.com
mDel = 1
! passwd = <yoyoyo>
}