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 3b833c0b7256f78dd1d72be90da1a5b89c271078
parent 7d1c54e10bb18043f1c01eb48ef4d6556062179c
Author: awy <awy@awy.one>
Date:   Thu,  9 Apr 2026 04:03:16 +0300

mbsync: use default location for config

Diffstat:
Mbin/aew | 2+-
Mbin/mailsync | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/aew b/bin/aew @@ -33,7 +33,7 @@ accountsconf="$aercdir/accounts.conf" bindsconf="$aercdir/binds.conf" msmtprc="${XDG_CONFIG_HOME:-$HOME/.config}/msmtp/config" msmtplog="${XDG_STATE_HOME:-$HOME/.local/state}/msmtp/msmtp.log" -mbsyncrc="${MBSYNCRC:-$HOME/.mbsyncrc}" +mbsyncrc="${MBSYNCRC:-$HOME/.config/isyncrc}" mpoprc="${XDG_CONFIG_HOME:-$HOME/.config}/mpop/config" imapnotify="${XDG_CONFIG_HOME:-$HOME/.config}/imapnotify" mpoptemp="$aercshare/mpop-temp" diff --git a/bin/mailsync b/bin/mailsync @@ -52,7 +52,7 @@ tty -s || (echo "dummy" | gpg --sign --batch --yes -o /dev/null >/dev/null 2>&1) export GPG_TTY="$(tty)" -[ -n "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" || MBSYNCRC="$HOME/.mbsyncrc" +[ -n "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" || MBSYNCRC="$HOME/.config/isyncrc" [ -n "$MPOPRC" ] || MPOPRC="$HOME/.config/mpop/config" lastrun="${XDG_CONFIG_HOME:-$HOME/.config}/aerc/.mailsynclastrun"