*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Sun, 27 Feb 2005 15:10:34 +0000 (15:10 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 27 Feb 2005 15:10:34 +0000 (15:10 +0000)
citadel/internet_addressing.c

index 576612795bb604b221c03ade0c5de694181cc8a9..3d6fb13b20cdc8f0a0c27f7db290f9826e7a14f2 100644 (file)
@@ -427,17 +427,7 @@ struct CtdlMessage *convert_internet_message(char *rfc822) {
                                end = pos;
                        }
 
-                       /* done with headers? (commented out; see below)
-                       if (   ((rfc822[pos]=='\n')
-                             ||(rfc822[pos]=='\r') )
-                          && ( (rfc822[pos+1]=='\n')
-                             ||(rfc822[pos+1]=='\r')) ) {
-                               end = pos;
-                               done = 1;
-                       }
-                       */
-
-                       /* done with headers? (try this way instead) */
+                       /* done with headers? */
                        if (   (rfc822[pos]=='\n')
                           && ( (rfc822[pos+1]=='\n')
                              ||(rfc822[pos+1]=='\r')) ) {