mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 3cd146ae91d6c718c9902b7714fecc29a7903b20
parent 09c4bf1b86953b719d74085305351447f67cd83d
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 21 Apr 2019 14:30:34 -0400

pass fix?

Diffstat:
Mmw | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mw b/mw @@ -168,9 +168,8 @@ EOF trysync && finalize } -getpass() { pass rm -f "mutt-wizard-$title" >/dev/null 2>&1 - while ! pass ls | grep -o "mutt-wizard-$title$" >/dev/null 2>&1;do - pass insert "mutt-wizard-$title"; done;} +getpass() { while : ; do pass rm -f "mutt-wizard-$title" >/dev/null 2>&1 + pass insert "mutt-wizard-$title" && break; done ;} formatShortcut() { \ while read -r data; do { echo "macro index,pager g$1 \"<change-folder>$data<enter>\" \"go to $2\" # autogenerated"