not bothering with mac
This commit is contained in:
parent
c65a5cc723
commit
d1f41180eb
@ -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
|
- 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
|
- 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
|
## Install and Use
|
||||||
|
|
||||||
```
|
```
|
||||||
|
7
mw
7
mw
@ -8,12 +8,7 @@ emailre=".\+@.\+\\..\+" # Regex to confirm valid email address
|
|||||||
mbsyncrc="$HOME/.mbsyncrc"
|
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
|
[ ! -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)"
|
tmpdir="$(mktemp -d)"
|
||||||
|
sslcert="/etc/ssl/certs/ca-certificates.crt"
|
||||||
# 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
|
|
||||||
|
|
||||||
getprofiles() { \
|
getprofiles() { \
|
||||||
unset msmtp_header msmtp_profile mutt_profile mbsync_profile
|
unset msmtp_header msmtp_profile mutt_profile mbsync_profile
|
||||||
|
Loading…
Reference in New Issue
Block a user