-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.offlineimaprc
39 lines (30 loc) · 885 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
# To not have to enter a password:
# Create a file ~/.netrc:
# machine imap.gmail.com
# login [email protected]
# password APPLICATION_PASSWORD
[general]
accounts = Rook
[Account Rook]
localrepository = Rook-Local
remoterepository = Rook-Remote
[Repository Rook-Local]
type = Maildir
localfolders = /data/oi/Rook/
sep = /
[Repository Rook-Remote]
type = Gmail
remoteuser = [email protected]
realdelete = no
folderfilter = lambda folder: folder not in ['[Gmail]/All Mail',
'[Gmail]/Important',
'[Gmail]/Starred'
]
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"