diff options
author | ZethJack <jerabek.michal@gmail.com> | 2018-03-16 07:26:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 07:26:58 +0000 |
commit | fe85cb6835278ce804657a486629d0b2be7f34b5 (patch) | |
tree | 8c6c965a367526f7a05676087cb40f56f97e2de8 /autoconf | |
parent | 14c289ccb4589d107b8c827516ce7402e6f93733 (diff) |
Update offlineimap_profile
Removed "sslcacerfile = /etc/ssl/cets/ca-certificates.crt" on line 10 - it was pointing to non-existant directory "cets" instead of "certs" - this setting is overwritten later with correct path therefore no errors would register.
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/offlineimap_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/offlineimap_profile b/autoconf/offlineimap_profile index 0711979..2277d6b 100644 --- a/autoconf/offlineimap_profile +++ b/autoconf/offlineimap_profile @@ -7,7 +7,6 @@ remoterepository = $title-remote auth_mechanisms = LOGIN type = $type remoteuser = $login -sslcacerfile = /etc/ssl/cets/ca-certificates.crt remotepasseval = mailpasswd("$title") remotehost = $imap remoteport = $iport |