-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathofflineimaprc
More file actions
34 lines (29 loc) · 741 Bytes
/
offlineimaprc
File metadata and controls
34 lines (29 loc) · 741 Bytes
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
[general]
accounts = Igalia
pythonfile = ~/.bin/offlineimap.py
[Account Igalia]
localrepository = igalia-local
remoterepository = igalia-remote
maxage = 30
autorefresh = 3
postsynchook = ~/.bin/notmuch-hook.sh
[Repository igalia-local]
type = Maildir
localfolders = ~/mail/Igalia
[Repository igalia-remote]
type = IMAP
remotehost = mail.igalia.com
remoteuser = nickdiego
realdelete = no
holdconnectionopen = true
keepalive = 60
remotepasseval = get_pass("Igalia")
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
folderfilter = lambda foldername: foldername in ["INBOX", "Sent", "Assembly"]
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"