aerc-wizard

Easily auto-configure aerc and isync/mpop with safe passwords (IMAP/POP3/SMTP)
git clone https://git.awy.one/aerc-wizard
Log | Files | Refs | README | LICENSE

commit 2158f18b716792e45eab8a579a359bec1178d118
parent 1fe7a657200decf8a750608597010f8371f44402
Author: awy <awy@awy.one>
Date:   Tue, 20 Jan 2026 21:52:24 +0300

don't symlink msmtprc to the home dir

Diffstat:
Mbin/aew | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/aew b/bin/aew @@ -97,7 +97,6 @@ list() { getaccounts && [ -n "$accounts" ] && echo "$accounts" || exit 1; } prepmsmtp() { mkdir -p "${msmtprc%/*}" "${msmtplog%/*}" - ln -s "$msmtprc" "$HOME/.msmtprc" 2>/dev/null envsubst <"$msmtptemp" >>"$msmtprc" }