This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.offlineimaprc
63 lines (52 loc) · 1.56 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# vim:ft=config
[general]
ui = ttyui
accounts = Personal,Mines
maxsyncaccounts = 4
# Path to file with arbitrary Python code to be loaded
pythonfile = ~/bin/offlineimap-helper.py
[Account Personal]
localrepository = Personal-Local
remoterepository = Personal-Remote
# Minutes between syncs
autorefresh = 0.5
# Quick-syncs do not update if the only changes were to IMAP flags.
# autorefresh=0.5 together with quick=10 yields
# 10 quick refreshes between each full refresh, with 0.5 minutes between every
# refresh, regardless of type.
quick = 10
[Account Mines]
localrepository = Mines-Local
remoterepository = Mines-Remote
# Minutes between syncs
autorefresh = 0.5
# Quick-syncs do not update if the only changes were to IMAP flags.
# autorefresh=0.5 together with quick=10 yields
# 10 quick refreshes between each full refresh, with 0.5 minutes between every
# refresh, regardless of type.
quick = 10
[Repository Personal-Local]
type = Maildir
localfolders = ~/Mail/Personal
[Repository Mines-Local]
type = Maildir
localfolders = ~/Mail/Mines
[Repository Personal-Remote]
type = Gmail
remoteuser = sumner.evans98@gmail.com
remotepasseval = get_pass('Offlineimap-Personal')
realdelete = no
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Repository Mines-Remote]
type = Gmail
remoteuser = jonathanevans@mymail.mines.edu
remotepasseval = get_pass('Offlineimap-Mines')
realdelete = no
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"