Browse Source

Update

pull/367/head
wimstockman 4 years ago
committed by GitHub
parent
commit
a1edde4bf7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bin/mw

+ 2
- 1
bin/mw View File

@@ -22,7 +22,7 @@ cachedir="$HOME/.cache/mutt-wizard"
muttrc="$muttdir/muttrc"
msmtprc="$HOME/.config/msmtp/config"
ssltype="IMAPS" # This is later changed to `None` later in the script if using Protonmail
AuthMech LOGIN

for x in "/etc/ssl/certs/ca-certificates.crt" "/etc/pki/tls/certs/ca-bundle.crt" "/etc/ssl/ca-bundle.pem" "/etc/pki/tls/cacert.pem" "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" "/etc/ssl/cert.pem" "/usr/local/share/ca-certificates/"
do
@@ -55,6 +55,7 @@ Port $iport
User $login
PassCmd \"pass mutt-wizard-$title\"
SSLType $ssltype
AuthMech LOGIN
CertificateFile $sslcert

MaildirStore $title-local


Loading…
Cancel
Save