diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 01:23:20 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 01:23:20 -0400 |
commit | 25869427afed90745b6b65cc6072c24caa2d8373 (patch) | |
tree | c0759702901f0cb74c7948bfe254283c368594fe /offlineimap/.offlineimaprc | |
parent | 590276739114ee21891a9aab06a05938d80db544 (diff) | |
download | configs-25869427afed90745b6b65cc6072c24caa2d8373.tar.gz configs-25869427afed90745b6b65cc6072c24caa2d8373.tar.xz configs-25869427afed90745b6b65cc6072c24caa2d8373.zip |
[rc/{notmuch,offlineimap}] migrate to new literate setup
Diffstat (limited to 'offlineimap/.offlineimaprc')
-rw-r--r-- | offlineimap/.offlineimaprc | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc deleted file mode 100644 index 60d9801..0000000 --- a/offlineimap/.offlineimaprc +++ /dev/null @@ -1,42 +0,0 @@ -[general] -pythonfile = ~/.offlineimap.py -accounts = Gmail, aminb -maxsyncaccounts = 3 - -[Account Gmail] -localrepository = GmailL -remoterepository = GmailR - -[Account aminb] -localrepository = aminbL -remoterepository = aminbR - -[Repository GmailL] -type = Maildir -localfolders = ~/Maildir/Gmail - -[Repository GmailR] -type = IMAP -remotehost = imap.gmail.com -remoteusereval = mailuser("gmail") -remotepasseval = mailpasswd("gmail") -sslcacertfile = /etc/ssl/certs/ca-certificates.crt -ssl = yes -folderfilter = lambda foldername: foldername not in '[Gmail]/All Mail' -maxconnections = 1 -realdelete = no - -[Repository aminbL] -type = Maildir -localfolders = ~/Maildir/aminb - -[Repository aminbR] -type = IMAP -remotehost = mail.aminb.org -remoteusereval = mailuser("aminb") -remotepasseval = mailpasswd("aminb") -sslcacertfile = /etc/ssl/certs/ca-certificates.crt -ssl = yes -folderfilter = lambda foldername: foldername not in 'dovecot.sieve' -maxconnections = 1 -realdelete = no |