mutt-wizard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b7b7f21d692048f34287615312ebc9385cd3c378
parent 0f9cf65e104f04ab8b17dbd80c96646332fcb9bf
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri, 11 Apr 2025 08:26:40 +0200

-x option fixed, fix #1014

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

diff --git a/bin/mw b/bin/mw @@ -194,7 +194,7 @@ askinfo() { } insertpass() { - printf "%s" "$password" | pass insert -fe "$PASSWORD_STORE_DIR/$passprefix$fulladdr" + printf "%s" "$password" | pass insert -fe "$passprefix$fulladdr" } errorexit() {