* Moved the "Content-Identifer" (sic) header out of the envelope journal
authorArt Cancro <ajc@citadel.org>
Wed, 11 Jan 2006 16:08:54 +0000 (16:08 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 11 Jan 2006 16:08:54 +0000 (16:08 +0000)
  subpart headers and into the top-level headers.

citadel/ChangeLog
citadel/journaling.c

index 8d18dfb2bea4755ef40e75fec75d1bfc06d859f9..1e5f931eafe00f20e24d368f65c61ef231a35571 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+Wed Jan 11 11:07:47 EST 2006 ajc
+* Moved the "Content-Identifer" (sic) header out of the envelope journal
+  subpart headers and into the top-level headers.
+
 Tue Jan 10 22:26:00 EST 2006 ajc
 * Added a per-user client option to always compose messages using the
   external editor.
index e13b2d4e5713c1470ea27f36748c1bfd43e35b81..5cba32940eeecf6719815b9065d01093499e3925 100644 (file)
@@ -136,11 +136,11 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
                         */
                        sprintf(message_text,
                                "Content-type: multipart/mixed; boundary=\"%s\"\r\n"
+                               "Content-Identifer: ExJournalReport\r\n"
                                "MIME-Version: 1.0\r\n"
                                "\n"
                                "--%s\r\n"
                                "Content-type: text/plain\r\n"
-                               "Content-Identifer: ExJournalReport\r\n"
                                "\r\n"
                                "Sender: %s "
                        ,