easypg cannot verify clear-text signature (was: EasyPG 0.0.6

Hirohisa Yamaguchi <[email protected]> Thu, 12 Oct 2006 01:25:25 +0900
Newsgroups gmane.mail.emacs.mime.japanese
Message-ID <863b9u251m.wl%[email protected]>
こんばんは

easypg の問題報告をどこにしたらいいかわからなかったので
emacs-mime-ja に投げています


easypg を emiko-1.14.1-epg と組み合わせて使っています。
wl-message-verify-pgp-nonmime で clear-signed な PGP 署名のメールの
検証に失敗する現象が手許で起きています。

たぶん、添付のパッチで恐らく直ると思います。


At Fri, 29 Sep 2006 19:24:01 +0900,
Daiki Ueno wrote:
> 
> Hello,
> 
> The 6th release of EasyPG is available from http://www.easypg.org.

-- 

	Hirohisa Yamaguchi
	  [email protected]
epg.el.patch (application/octet-stream, 652 B)
Index: epg.el
===================================================================
RCS file: /cvs/root/epg/epg.el,v
retrieving revision 1.151
diff -c -r1.151 epg.el
*** epg.el	29 Sep 2006 03:58:41 -0000	1.151
--- epg.el	11 Oct 2006 16:17:08 -0000
***************
*** 1597,1602 ****
--- 1597,1603 ----
      ;; Normal (or cleartext) signature.
      (if (epg-data-file signature)
  	(epg--start context (list "--" (epg-data-file signature)))
+       (epg--start context (list "--" "-"))
        (if (eq (process-status (epg-context-process context)) 'run)
  	  (process-send-string (epg-context-process context)
  			       (epg-data-string signature)))