[Mew-dist 05404] Re: 1.93b45

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
1998年 7月 6日 (月) 15:41:47 JST


From: Hideyuki SHIRAI (白井秀行) <Shirai at example.com>
Subject: [Mew-dist 05401] Re: 1.93b45
Date: Mon, 6 Jul 1998 15:30:59 +0900

> もしかして、こういうことですか?
> 
> --- mew-pgp.el~ Sun Jul  5 20:32:35 1998
> +++ mew-pgp.el  Mon Jul  6 15:21:55 1998
> @@ -132,7 +132,7 @@
>           (if (search-forward (mew-pgp-get mew-pgp-msg-no-keyring) nil t)
>               (setq ret mew-pgp-result-pubring)
>             (goto-char (point-min))
> -           (if (search-forward (mew-pgp-get mew-pgp-msg-unsupported))
> +           (if (search-forward (mew-pgp-get mew-pgp-msg-unsupported) nil t)
>                 (setq ret mew-pgp-result-unsup))))
>        ;; Signature result is found.
>        (if (equal mew-pgp-ver mew-pgp-ver2)

そうです。

#コーディングに動揺が現れていますね。(;_;)

> ## mew-pgp-msg-unsupported が増えた根拠を理解しないでいってます。

PGP 5 で作った PGP の署名は、PGP 2 では読めないことがあります。単に
<body> と表示されるより、<body> Unsupported signature の方が親切だろう
と思ってこうしました。

--かず@ 3 度の PK 戦敗退のショックから抜け出せないやつ





Mew-dist メーリングリストの案内