add other MUA related config files

This commit is contained in:
2017-04-13 13:08:50 +02:00
parent 9e4f99145f
commit 04522a176e
16 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
[general]
# List of accounts to be synced, separated by a comma.
accounts = FSFE
pythonfile = ~/.offlineimap/getpass.py
socktimeout = 30
[Account FSFE]
localrepository = FSFE-local
remoterepository = FSFE-remote
status_backend = sqlite
folderfilter = lambda folder: folder not in ['Trash']
[Repository FSFE-local]
type = Maildir
localfolders = ~/Mails/FSFE
[Repository FSFE-remote]
type = IMAP
remotehost = fomalhaut.uberspace.de
remoteuser = fsfe@mehl.mx
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remotepasseval = get_pass("FSFE")
maxconnections = 2