浏览代码

Added option to use a custom certificate file

pull/349/head
Mr Chainman 5 年前
父节点
当前提交
56e8a6dd7c
找不到此签名对应的密钥 GPG 密钥 ID: 3A782BCA8E54519F
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      bin/mw

+ 4
- 1
bin/mw 查看文件

@@ -53,7 +53,7 @@ Port $iport
User $login
PassCmd \"pass mutt-wizard-$title\"
SSLType $ssltype
CertificateFile $sslcert
CertificateFile $sslcertmbsync

MaildirStore $title-local
Subfolders Verbatim
@@ -178,6 +178,9 @@ EOF
read -r title
printf "\033[0m"
done
printf "If you need a custom certificate file, please enter the path to it here (including the actual name), else leave it blank.\n\033[0m\\n\tCustom cert file(?): \033[36m"
read -r sslcertmbsync
[ -z "$sslcertmbsync" ] && sslcertmbsync="$sslcert"
printf "If your account has a special username different from your address, insert it now. Otherwise leave this prompt totally blank.\\n\033[34mMost accounts will not have a separate login, so you should probably leave this blank.\033[0m\\n\tLogin(?): \033[36m"
read -r login
printf "\033[0m"


正在加载...
取消
保存