[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Mailcrypt on Meadow on Windows98



小野卓也です。

一月前の事ですが、

      Subject: Re: Mailcrypt on Meadow on Windows98 
      From: 小関 吉則 (KOSEKI Yoshinori) <kose@xxxxxxxxxxxxxxxxxx> 
      Date: Thu, 9 Sep 1999 13:49:07 +0900 
      X-ML-COUNT: 1136 
で
-	-	-	-	-	-	-	-
1999-05-17  KOSEKI Yoshinori  <kose@xxxxxxxxxxxxxxxxxx>

        * mime-pgp.el (mime-verify-application/pgp-signature): Specify the
        name of `sig-file' explicitly for `mime-pgp-check-signature'.
        (mime-pgp-check-signature): Accept new arg `sig-file' and feed its
        value to the verify command.

のパッチのあたっていない SEMI のような気がします。

X-Ml-Name: tm(ja) / tm ML (日本語版)
X-Ml-Count: 4823
を参照のこと。
-	-	-	-	-	-	-	-

というのを教えて頂いたのですが、この参照先はどこで見ることが
できるのでしょうか?

tm 6...の日本語マニュアルに有ったtm-jaメイリングリストのアド
レスでは、

Hi. This is the qmail-send program at chamonix.jaist.ac.jp.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<tm-ja-admin@xxxxxxxxxxxxxxxxxxxx>:

と言われてしまいました。

私のMailcryptで復号できない件は、Meadow 1.07b2で

/Meadow/site-lisp/SEMI$ diff -u mime-pgp.el.org mime-pgp.el
--- mime-pgp.el.org	Wed Mar 24 01:22:20 1999
+++ mime-pgp.el	Sun Oct 03 22:30:54 1999
@@ -107,7 +107,11 @@
     (setq major-mode 'mime-show-message-mode)
     (save-window-excursion (mime-view-buffer nil nil mother
 					     nil representation-type))
-    (set-window-buffer p-win mime-preview-buffer)
+    (set-window-buffer p-win (mime-view-buffer));;tkyn
     ))

とすれば復号されたものが見えるようになりましたが、
check-signatureは上の状態になっているらしいのですが、

@@ -164,6 +168,7 @@
 	 (basename (expand-file-name "tm" temporary-file-directory))
 	 (orig-file (make-temp-name basename))
 	 (sig-file (concat orig-file ".sig"))
+	 ;tkyn(sig-file (concat orig-file ".$00"))
 	 )
     (mime-write-entity orig-entity orig-file)
     (save-excursion (mime-show-echo-buffer))

とかしてもダメで、なんかMeadowってよりSEMIの問題らしいのです
が、tm-jaの在処がわかないのでmeadow-users-jpで、聞いています。