-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.offlineimaprc
48 lines (41 loc) · 983 Bytes
/
.offlineimaprc
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
# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
# suit to get started fast.
[general]
accounts = otc
maxsyncaccounts = 2
ui = Noninteractive.Basic, Noninteractive.Quiet
[Account otc]
localrepository = Localotc
remoterepository = Remoteotc
autorefresh = 5
quick = 10
#presynchook = presyncimap.sh
postsynchook = postsyncimap.sh
#[Account gmail]
#localrepository = Localgmail
#remoterepository = Remotegmail
#autorefresh = 5
#quick = 10
#presynchook = presyncimap.sh
#postsynchook = postsyncimap.sh
#maxage = 5
[Repository Localotc]
type = Maildir
localfolders = ~/.mail/otc
sep = .
[Repository Remoteotc]
type = IMAP
remotehost = linux.intel.com
ssl = yes
remoteport = 993
remoteuser = william.douglas
remotepassfile = ~/.pass/imap.otc
#[Repository Localgmail]
#type = Maildir
#localfolders = ~/.mail/gmail
#sep = .
#[Repository Remotegmail]
#type = Gmail
#remoteuser = [email protected]
#remotepassfile = ~/.pass/imap.gmail
#realdelete = yes