mutt-wizard

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

commit 020de269eac4d9eb5f7681d1dce530786bccfe12
parent a31614d38bdcc7d83b1c449f164f7217427bc385
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sat, 20 Apr 2019 18:31:30 -0400

password output removed

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

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