blob: 63171d72c420d6ef0b6d202d95c3e98cf8bf43e1 (
plain)
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
|
[general]
ui = ttyui
accounts = MxRoute
pythonfile=~/.mutt/offlineimap.py
fsync = False
[Account MxRoute]
localrepository = MxRouteLocal
remoterepository = MxRouteRemote
postsynchook = notmuch new
[Repository MxRouteRemote]
maxconnections = 1
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
ssl_versions = tls1_2
type = IMAP
remotehost = echo.mxrouting.net
remoteport = 993
remoteuser = sng@luxagraf.net
ssl = yes
remotepasseval = get_password("sng_mxroute")
folderfilter = lambda folder: folder in ['INBOX', 'Sent', 'Trash', 'Bookmarks', 'Archive', 'Drafts', 'Darktable', 'Old Mail']
[Repository MxRouteLocal]
type = Maildir
localfolders = ~/mail/mxroute
|