summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZethJack <jerabek.michal@gmail.com>2018-03-16 07:26:58 +0000
committerGitHub <noreply@github.com>2018-03-16 07:26:58 +0000
commitfe85cb6835278ce804657a486629d0b2be7f34b5 (patch)
tree8c6c965a367526f7a05676087cb40f56f97e2de8
parent14c289ccb4589d107b8c827516ce7402e6f93733 (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.
-rw-r--r--autoconf/offlineimap_profile1
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