[Mew-dist 12773] Re: pgp プログラム変更時の問題(気にしなきゃー良いぐらいの事)
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2000年 4月 11日 (火) 13:06:25 JST
From: Ninomiya Hideyuki <nin at example.com>
Subject: [Mew-dist 12771] pgp プログラム変更時の問題(気にしなきゃー良いぐらいの事)
> こう言われ、pgp5 を使用するように切り替えて再検証成功した場合、
>
> X-Mew: <body> No his/her public key. ID = not found
> X-Mew: <body> Good PGP sign "xxxxx" UNTRUSTED
>
> こんな表示になっちゃいます。再検証の際、1行目消しとかなあきませんねっ
以下のパッチで直ると思います。
> # 毎度つまんない事ばかりですいません。
とんでもありません。
--かず
-------------- next part --------------
Index: mew-pgp.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-pgp.el,v
retrieving revision 1.121
diff -c -r1.121 mew-pgp.el
*** mew-pgp.el 2000/03/09 09:03:30 1.121
--- mew-pgp.el 2000/04/11 04:19:38
***************
*** 673,678 ****
--- 673,679 ----
(setq mew-syntax-privacy-result
(concat mew-x-mew: " <body> " (nth 1 result) "\n"))
(save-excursion
+ (mew-header-delete-lines (list mew-x-mew:))
(goto-char (mew-header-end))
(mew-decode-syntax-insert-privacy))
(if (not (file-exists-p file1))
Mew-dist メーリングリストの案内