瀏覽代碼
fix for other tree types
tags/v3.1
Luke Smith
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4C50B54A911F6252
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
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() { \ |
|
|
|