diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 17:53:15 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 17:53:15 -0400 |
commit | d1f41180ebf967627c4150f45f38791d570661e4 (patch) | |
tree | 2b69e5887abebd9fea85c05fb37d1195ab798691 | |
parent | c65a5cc723b490609010411ce96c604a097418d7 (diff) |
not bothering with mac
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | mw | 7 |
2 files changed, 1 insertions, 8 deletions
@@ -15,8 +15,6 @@ Specifically, this wizard: - Can automatically set mail updates as often as you want to sync your mail and update you when new mail arrives - Provides sensible defaults and an attractive appearance for the neomutt email client -I maintain mutt-wizard for GNU/Linux, but individual contributors have also made it compatible with Mac. - ## Install and Use ``` @@ -8,12 +8,7 @@ emailre=".\+@.\+\\..\+" # Regex to confirm valid email address mbsyncrc="$HOME/.mbsyncrc" [ ! -f "$muttdir/domains.csv" ] || [ ! -d "$bindir" ] && printf "Read the README. Be sure to put the repo in the right place before running.\\n" && exit 1 tmpdir="$(mktemp -d)" - -# Get certificate location depending on OS. Linux is elsewhere condition. -case "$(uname)" in - "Darwin") sslcert="/usr/local/etc/openssl/cert.pem" ;; - *) sslcert="/etc/ssl/certs/ca-certificates.crt" ;; -esac +sslcert="/etc/ssl/certs/ca-certificates.crt" getprofiles() { \ unset msmtp_header msmtp_profile mutt_profile mbsync_profile |