Luke Smith
5 years ago
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|