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 0b5dd1480cb45dab02a6f0a693e3b9796dadbe5f
parent 1a0bdb12a1c9c248ed84ba3fe2cd890d04a53dd1
Author: awy <awy@awy.one>
Date:   Sat, 11 Apr 2026 04:22:19 +0300

fix when gopass entry has multiple fields

Diffstat:
Mbin/aew | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/aew b/bin/aew @@ -321,7 +321,7 @@ done } catpass() { case "$backend" in gopass) - gopass "$passprefix$fulladdr" + gopass show -o "$passprefix$fulladdr" ;; keepassxc) eval "$keepassxc_unlock_cmd" | keepassxc-cli show -q "$keepassxc_db" "$passprefix" -a app_code