add e_msgboundary for MIME support
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 4 May 1993 10:29:57 +0000 (02:29 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 4 May 1993 10:29:57 +0000 (02:29 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.60

usr/src/usr.sbin/sendmail/src/sendmail.h

index 4701eaa..807beee 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  6.59 (Berkeley) %G%
+ *     @(#)sendmail.h  6.60 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 6.59            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 6.60            %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -294,6 +294,7 @@ ENVELOPE
        FILE            *e_qfp;         /* queue control file */
        char            *e_message;     /* error message */
        char            *e_statmsg;     /* stat msg (changes per delivery) */
        FILE            *e_qfp;         /* queue control file */
        char            *e_message;     /* error message */
        char            *e_statmsg;     /* stat msg (changes per delivery) */
+       char            *e_msgboundary; /* MIME-style message part boundary */
        char            *e_macro[128];  /* macro definitions */
 };
 
        char            *e_macro[128];  /* macro definitions */
 };