소스 검색
fix for other tree types
tags/v3.1
Luke Smith
5 년 전
No known key found for this signature in database
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() { \ |
|
|
|