From owner-ports-jp@jp.FreeBSD.org Wed Aug  6 14:40:12 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h765eCQ36306;
	Wed, 6 Aug 2003 14:40:12 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from gaia.earthlight.jp (koganei-gw.ohnolab.org [202.249.37.98])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h765eBT36281
	for <ports-jp@jp.FreeBSD.org>; Wed, 6 Aug 2003 14:40:11 +0900 (JST)
	(envelope-from kimoto@ohnolab.org)
Received: from localhost (localhost [127.0.0.1])
	by gaia.earthlight.jp (Postfix) with ESMTP id AC75E2E9
	for <ports-jp@jp.FreeBSD.org>; Wed,  6 Aug 2003 14:35:58 +0900 (JST)
Message-Id: <20030806.143557.50047791.kimoto@ohnolab.org>
To: ports-jp@jp.FreeBSD.org
From: Masahiko KIMOTO <kimoto@ohnolab.org>
In-Reply-To: <20030802.074442.74688843.tsuyoshi@is.s.u-tokyo.ac.jp>
References: <20030714.231142.276753195.umeno@belldandy.unnumbered.net>
	<200307142103.h6EL3Yk4019280@kiri.slis.tsukuba.ac.jp>
	<20030802.074442.74688843.tsuyoshi@is.s.u-tokyo.ac.jp>
X-fingerprint: DA 63 E3 AD 3F 30 98 05  EB CF 3C 06 2D FF 07 7F
X-PGP-Public-Key: http://www.ohnolab.org/~kimoto/kimoto.pubkey.asc
X-URL: http://www.ohnolab.org/~kimoto/
X-Mailer: Mew version 4.0.57 on Emacs 21.2 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
 boundary="--Next_Part(Wed_Aug__6_14:35:58_2003_967)--"
Content-Transfer-Encoding: 7bit
Reply-To: ports-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 06 Aug 2003 14:35:57 +0900
X-Sequence: ports-jp 14032
Subject: [ports-jp 14032] Re: Mew 3.3 port
Sender: owner-ports-jp@jp.FreeBSD.org
X-Originator: kimoto@ohnolab.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030802

----Next_Part(Wed_Aug__6_14:35:58_2003_967)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

 > $B8=:_(B mail/mew2 port $B$G%$%s%9%H!<%k$5$l$k(B Mew 2.3 $B$K$b%;%-%e%j%F%#>e$N(B
 > $BLdBj$,$"$k$=$&$G$9!#(B Mew 2.x $B$O$b$&%a%s%F%J%s%9$5$l$F$$$^$;$s!#(B
 >   http://www.mew.org/ml/mew-dist-3.1/msg00000.html

$B8=:_(BCVSup$B$7$F<h$l$k(Bmew2$B$C$F(Bmew-2.2$B$N$^$^$G$9$h$M!#(B
$B%;%-%e%j%F%#>e$NLdBj$b$=$&$J$N$G$9$,!"0U?^$7$J$$Aw$j@h$K%a!<%k$,Aw$i$l$F(B
$B$7$^$&%P%0$,$"$k$h$&$G!":rF|$=$l$G?H$N2s$j$GA{$.$,5/$-$^$7$?!#(B

mew3$B$,(Bcommit$B$5$l$k$N$,$7$P$i$/@h$K$J$k$N$J$i!"$;$a$F(Bmew2$B$r(B2.3$B$K$7$F(B
mew-dist$B$KN.$l$?E:IU$N(Bpatch$B$rE,MQ$7$F(Bcompile$B$9$k$h$&$K$7$FD:$-$?$$$N(B
$B$G$9$,!"$$$+$,$J$b$N$G$7$g$&(B $B!d(B $B%a%s%F%JMM(B

----------------------------------------------------------------------
    $BLZK\(B $B2mI'(B <kimoto@ohnolab.org> :  http://www.ohnolab.org/~kimoto
----------------------------------------------------------------------


----Next_Part(Wed_Aug__6_14:35:58_2003_967)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="mew.patch"

--- mew-smtp.el.orig	Thu Oct 10 10:37:47 2002
+++ mew-smtp.el	Thu Oct 10 10:39:15 2002
@@ -587,8 +587,11 @@
 	   (info (concat file mew-queue-info-suffix))
 	   (server (mew-smtp-get-server pnm))
 	   (port (mew-smtp-get-port pnm))
-	   (ssh-server (mew-smtp-get-ssh-server pnm)))
+	   (ssh-server (mew-smtp-get-ssh-server pnm))
+	   buf)
       (rename-file file work 'override)
+      ;; If an old buffer exists by accident, we MUST remove the buffer.
+      (if (setq buf (get-file-buffer work)) (mew-remove-buffer buf))
       (mew-frwlet
        mew-cs-text-for-read mew-cs-dummy
        (set-buffer (find-file-noselect work)))

----Next_Part(Wed_Aug__6_14:35:58_2003_967)----
