diff options
author | praschdorff <p.raschdorff@googlemail.com> | 2018-03-05 21:44:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 21:44:51 +0100 |
commit | 309a9102ced7f7afe8f9f35f66d55c280fc1a1fa (patch) | |
tree | 9420a075cd31c5e08581dbe42af30dbdf108730f /autoconf | |
parent | 580cc963cb2fe1a76d0ce4da2e2c974e0a13dea9 (diff) |
Changed "port" to "remoteport" in [Repository $title-remote]
configuring offlinemap to get emails from Microsoft Exchange via Davmail I run into a problem, which could be fixed by changing "port" to "remoteport" in the remote-part of the config.
See also here:
https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf
# This option stands in the [Repository RemoteExample] section.
# Specify the port. If not specified, use a default port.
#remoteport = 993
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/offlineimap_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/offlineimap_profile b/autoconf/offlineimap_profile index 01b572c..8468dbf 100644 --- a/autoconf/offlineimap_profile +++ b/autoconf/offlineimap_profile @@ -9,7 +9,7 @@ remoteuser = $login sslcacerfile = /etc/ssl/cets/ca-certificates.crt remotepasseval = mailpasswd("$title") remotehost = $imap -port = $iport +remoteport = $iport folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] sslcacertfile = /etc/ssl/certs/ca-certificates.crt |