mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit fe85cb6835278ce804657a486629d0b2be7f34b5
parent 14c289ccb4589d107b8c827516ce7402e6f93733
Author: ZethJack <jerabek.michal@gmail.com>
Date:   Fri, 16 Mar 2018 07:26:58 +0000

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:
Mautoconf/offlineimap_profile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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