forked from adragomir/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.offlineimaprc
52 lines (44 loc) · 1.94 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
# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
# suit to get started fast.
[general]
pythonfile = ~/.mutt/offlineimap.py
accounts = Adobe,Gmail
metadata = ~/.offlineimap
maxsyncaccounts = 2
statusbackend = sqlite
ui = ttyui
[Account Gmail]
localrepository = GmailLocal
remoterepository = GmailRemote
autorefresh = 5
[Account Adobe]
localrepository = AdobeLocal
remoterepository = AdobeRemote
autorefresh = 5
[Repository GmailLocal]
type = Maildir
localfolders = ~/Mail/Gmail
[Repository AdobeLocal]
type = Maildir
localfolders = ~/Mail/Adobe
[Repository GmailRemote]
type = Gmail
remotehost = imap.gmail.com
remoteuser = [email protected]
remotepasseval = get_password(account="[email protected]", server="smtp.gmail.com")
ssl = yes
maxconnections = 3
holdconnectionopen = yes
folderfilter = lambda foldername: foldername in ["INBOX", "Drafts", "Sent Mail", "@mailing hadoop-user", "@mailing hadoop-dev", "@mailing hbase-user", "@mailing hbase-dev"]
keepalive = 60
realdelete = yes
[Repository AdobeRemote]
type = IMAP
remotehost = localhost
remoteport = 1143
remoteuser = adragomi
remotepasseval = get_password(account="adragomi", server="localhost")
maxconnections = 3
holdconnectionopen = yes
keepalive = 60
folderfilter = lambda foldername: foldername in ["INBOX", "Drafts", "Trash", "Sent", "@archive", "@personal", "mailing lists", "mailing lists/[email protected]", "mailing lists/[email protected]", "mailing lists/compete", "mailing lists/DL-asit-eng", "mailing lists/DL-Biz Wednesdays", "mailing lists/DL-Bucharest Misc", "mailing lists/DL-Bucharest-Engineering", "mailing lists/DL-CC-Analytics-Eng", "mailing lists/DL-Cloud interest", "mailing lists/DL-Convo Notes", "mailing lists/DL-Distributed-RO", "mailing lists/DL-SaaSBase-Eng", "mailing lists/DL-SaasBase-Review", "mailing lists/DL-SocialSky-eng", "mailing lists/DL-Socialsky-Users", "mailing lists/SaasBase alerts", "mailing lists/SaasBase alerts", "mailing lists/saasbase-jira"]