Newsgroups: fj.sources.d
Path: galaxy.trc.rwcp.or.jp!sparky!uunet!ccut!wnoc-tyo-news!etl.go.jp!hkojima
From: hkojima@etl.go.jp (Hiroaki Kojima)
Subject: Re: MH Interface for NeXT Mail
Message-ID: <fuQOR.hkojima@etl.go.jp>
Reply-To: hkojima@etl.go.jp (Hiroaki Kojima)
Organization: Electrotechnical Laboratory, Tsukuba Science City
References: <OTA.92Mar30224032@yayoi.cc.u-tokyo.ac.jp>
Distribution: fj
Date: Tue, 7 Apr 1992 14:04:51 GMT
Lines: 53
Xref: galaxy.trc.rwcp.or.jp fj.sources.d:1954
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.sources.d&nb=1954&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

On 03/30/92(22:40) ota@cc.u-tokyo.ac.jp (Jun'ya Oota) wrote
in <OTA.92Mar30224032@yayoi.cc.u-tokyo.ac.jp> (fj.sources:2762/etlss2-gw):
 |$B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
 |$B!!!!!!!!!!!!!!!!%^%k%A%a%G%#%"EE;R%a!<%k%7%9%F%`(B V1.0
 |$B!!!!!!!!!!!!!!!!(BMultimedia E-mail System($B#M#E#S(B)
 |$B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B

$B$K4X$7$F$G$9$,!":n<T$N$+$?$X$N%a!<%k$,#37n$^$G$7$+FO$+$J$$$H$N$3$H$J$N(B
$B$G!"$H$j$"$($:%K%e!<%9$K$7$^$7$?!#!J(Bfollow $B$,$"$k$+$I$&$+$o$+$j$^$;$s$,!K(B

  MEStoMH.c $B$r=$@5$7$J$$$H!"%^%k%A%a%G%#%"%a!<%k$N<u?.$,$&$^$/$$$+$J$$(B
$B$h$&$K;W$$$^$9!#$H$j$"$($:!"2<$N$h$&$K%Q%C%A$rEv$F$FF0$+$7$F$_$^$7$?!#(B

  $B$^$?!"(BMH $B%U%)%k%@$N4A;z%3!<%I$H$7$F$O!"(BEUC $B$N$7$+%5%]!<%H$5$l$F$$$J(B
$B$$$h$&$K;W$o$l$^$9$,!"%I%-%e%a%s%H$G8@5Z$,$"$C$?$[$&$,$$$$$H;W$$$^$9!#(B


$B;yEg(B $B9(L@!wEEAm8&(B
hkojima@etl.go.jp
.............................. Cut Here ..............................
*** MEStoMH.c.origTue Apr  7 19:05:13 1992
--- MEStoMH.cTue Apr  7 19:18:29 1992
***************
*** 729,740 ****
  rc = OK;
  }
  }
  if (rc == OK) {
  rc = NG;
! if (fgets(string, FILESLINELEN, fin) != NULL) {
  if (strncmp(string, "begin", strlen("begin")) == 0) {
  rc = OK;
! }
  }
  }
  
--- 729,742 ----
  rc = OK;
  }
  }
+ 
  if (rc == OK) {
  rc = NG;
! while (fgets(string, FILESLINELEN, fin) != NULL) {
  if (strncmp(string, "begin", strlen("begin")) == 0) {
  rc = OK;
! break;
!         }
  }
  }
  


