소스 검색
Prompt for GPG key unlock in systems without pam-gnupg
Resolves #675, #585, #597.
pull/830/head
cantcuckthis
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
bin/mw
|
|
@@ -135,7 +135,7 @@ set ssl_force_tls = yes" |
|
|
|
pop) synccmd="macro index o \"<shell-escape>mpop $fulladdr<enter>\" \"run mpop to get $fulladdr's mail\"" |
|
|
|
folder="$maildir/$fulladdr" |
|
|
|
prepmpop ;; |
|
|
|
*) synccmd="macro index o \"<shell-escape>mw -y $fulladdr<enter>\" \"run mbsync to sync $fulladdr\"" |
|
|
|
*) synccmd="macro index o \"<shell-escape>pass show $fulladdr &> /dev/null; mw -y $fulladdr<enter>\" \"run mbsync to sync $fulladdr\"" |
|
|
|
folder="$maildir/$fulladdr" |
|
|
|
prepmbsync ;; |
|
|
|
esac |
|
|
|