nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] CVS: nmh/uip mhparse.c,1.9,1.10


From: Glenn Burkhardt <address@hidden>
Subject: [Nmh-commits] CVS: nmh/uip mhparse.c,1.9,1.10
Date: Sun, 21 Sep 2003 11:43:02 -0400

Update of /cvsroot/nmh/nmh/uip
In directory subversions:/tmp/cvs-serv19215

Modified Files:
        mhparse.c 
Log Message:
Apply bug fix reported to Debian (#136976) by Peter Maydell; allows
messages with "Content-Transfer-Encoding: binary" to be
displayed, per RFC 2045 section 6.2 paragraph 4
        

Index: mhparse.c
===================================================================
RCS file: /cvsroot/nmh/nmh/uip/mhparse.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mhparse.c   2 Jul 2002 22:09:14 -0000       1.9
--- mhparse.c   21 Sep 2003 15:43:00 -0000      1.10
***************
*** 182,186 ****
      { "8bit",           CE_8BIT,      Init7Bit },
      { "7bit",           CE_7BIT,      Init7Bit },
!     { "binary",                 CE_BINARY,    NULL },
      { NULL,             CE_EXTENSION, NULL },  /* these two must be last! */
      { NULL,             CE_UNKNOWN,   NULL },
--- 182,186 ----
      { "8bit",           CE_8BIT,      Init7Bit },
      { "7bit",           CE_7BIT,      Init7Bit },
!     { "binary",                 CE_BINARY,    Init7Bit },
      { NULL,             CE_EXTENSION, NULL },  /* these two must be last! */
      { NULL,             CE_UNKNOWN,   NULL },
***************
*** 989,992 ****
--- 989,993 ----
       * required for multipart messages.
       */
+     bp = 0;
      for (ap = ci->ci_attrs, ep = ci->ci_values; *ap; ap++, ep++) {
        if (!strcasecmp (*ap, "boundary")) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]