ソースを参照
fix for other tree types
tags/v3.1
Luke Smith
5年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4C50B54A911F6252
-
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() { \ |
|
|
|