This repository has been archived on 2023-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mail-config/offlineimap/.offlineimaprc

33 lines
791 B
Plaintext

[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
[Repository FSFE-remote]
type = IMAP
remotehost = machholz.uberspace.de
remoteuser = fsfe@ext2.mehl.mx
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remotepasseval = get_pass("Mail/IMAP-FSFE")
maxconnections = 10