mutt-wizard

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

commit 1395863f8fcfd95b4a4684c669224c422a8fdb3a
parent 7d7fab17a02db94057460eb9ed40dc99834b6b2b
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 21 Apr 2019 14:05:06 -0400

fix for other tree types

Diffstat:
Mmw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mw b/mw @@ -169,7 +169,7 @@ EOF } getpass() { pass rm -f "mutt-wizard-$title" >/dev/null 2>&1 - while ! pass ls | grep -o " mutt-wizard-$title$" >/dev/null 2>&1;do + while ! pass ls | grep -o "mutt-wizard-$title$" >/dev/null 2>&1;do pass insert "mutt-wizard-$title"; done;} formatShortcut() { \