[mew-dist 26140] Re: gnupg 1.4.1
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2005年 3月 18日 (金) 17:28:56 JST
山本です。
> gnupg 1.4.0, 1.4.1では、キーの信頼性が不十分なとき、
>
> WARNING: This key is not certified with sufficiently trusted signatures!
>
> というメッセージを出すようです。
調べたところ、GnuPG 1.0.0 からそうでした。がーん。
このパッチでどうでしょう? オリジナルに当てて下さい。
--かず
Index: mew-pgp.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-pgp.el,v
retrieving revision 1.69
diff -c -r1.69 mew-pgp.el
*** mew-pgp.el 14 Mar 2005 03:45:55 -0000 1.69
--- mew-pgp.el 18 Mar 2005 08:30:33 -0000
***************
*** 349,355 ****
(setq ret (concat ret (mew-match-string 2))))
;; xxx
(goto-char (point-min))
! (if (search-forward "not certified with enough" nil t)
(setq ret (concat ret " MARGINAL"))
(goto-char (point-min))
(if (search-forward "not trusted" nil t)
--- 349,355 ----
(setq ret (concat ret (mew-match-string 2))))
;; xxx
(goto-char (point-min))
! (if (re-search-forward "not certified with \\(enough\\|sufficiently\\)" nil t)
(setq ret (concat ret " MARGINAL"))
(goto-char (point-min))
(if (search-forward "not trusted" nil t)
Mew-dist メーリングリストの案内