From d1f41180ebf967627c4150f45f38791d570661e4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 19 Apr 2019 17:53:15 -0400 Subject: not bothering with mac --- mw | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mw') diff --git a/mw b/mw index d2f5318..4d8a4c5 100755 --- a/mw +++ b/mw @@ -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 -- cgit v1.2.3