Update of /cvsroot/mahogany/M/extra/src/c-client
In directory usw-pr-cvs1:/tmp/cvs-serv2507/extra/src/c-client

Modified Files:
        rfc822.c 
Log Message:
assume we always have MIME semantics in effect when parsing local messages (bug 692)

Index: rfc822.c
===================================================================
RCS file: /cvsroot/mahogany/M/extra/src/c-client/rfc822.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- rfc822.c    9 Apr 2001 16:14:11 -0000       1.12
+++ rfc822.c    8 Sep 2002 18:55:51 -0000       1.13
@@ -354,5 +354,7 @@
   ENVELOPE *env = (*en = mail_newenvelope ());
   BODY *body = bdy ? (*bdy = mail_newbody ()) : NIL;
-  long MIMEp = -1;             /* flag that MIME semantics are in effect */
+/*** MAHOGANY PATCH ***/
+  long MIMEp = T;              /* always assume MIME */
+/*** END OF MAHOGANY PATCH ***/
   long PathP = NIL;            /* flag that a Path: was seen */
   parseline_t pl = (parseline_t) mail_parameters (NIL,GET_PARSELINE,NIL);



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to