Browse Source

pass fix?

tags/v3.1
Luke Smith 5 years ago
parent
commit
3cd146ae91
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      mw

+ 2
- 3
mw View File

@@ -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"


Loading…
Cancel
Save