*** ./library/headers/mailtool.tcl.orig Mon Nov 29 13:11:36 1993 --- ./library/headers/mailtool.tcl Mon Nov 29 13:12:14 1993 *************** *** 91,109 **** } \ else \ { # This is one of the subparts of this message - set LINES [getheader "X-Sun-Content-Lines"] - if {[is_set LINES]} { - setpartlen $LINES - } set DATATYPE [getheader "X-Sun-Data-Type"] set DTYPE [string tolower $DATATYPE] case $DTYPE in { text { settype "TEXT" } default-app { settype "APPLICATION" --- 91,109 ---- } \ else \ { # This is one of the subparts of this message set DATATYPE [getheader "X-Sun-Data-Type"] set DTYPE [string tolower $DATATYPE] case $DTYPE in { text { settype "TEXT" + set LINES [getheader "X-Sun-Content-Lines"] + if {[is_set LINES]} { + setpartlen $LINES + } } default-app { settype "APPLICATION" *** ./Makefile.orig Mon Nov 29 13:10:05 1993 --- ./Makefile Mon Nov 29 13:11:20 1993 *************** *** 122,152 **** sendmailIDA : make -f emakefile sendmailIDA UNIQUE="-DSENDMAIL -I../../src" \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" sendmail8 : make -f emakefile sendmail8 UNIQUE="-DSENDMAIL_8 -I../src" \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" emil : make -f emakefile emil UNIQUE="$(EMILTMPDIR)" \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" man : make -f emakefile man \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" --- 122,152 ---- sendmailIDA : make -f emakefile sendmailIDA UNIQUE="-DSENDMAIL -I../../src" \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" CC="$(CC)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" sendmail8 : make -f emakefile sendmail8 UNIQUE="-DSENDMAIL_8 -I../src" \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" CC="$(CC)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" emil : make -f emakefile emil UNIQUE="$(EMILTMPDIR)" \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" CC="$(CC)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)" man : make -f emakefile man \ ALL_CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ! CHARFILE="$(CHARFILE)" CC="$(CC)" \ bindir="$(bindir)" libdir="$(libdir)" mandir="$(mandir)" \ manext="$(manext)"