From a596227e1c1b3225751a276e9efab60e9eea4110 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 26 Feb 2001 19:56:58 +0000 Subject: Made thread-safe and moved to above the test code. 2001-02-26 Jeffrey Stedfast * camel-mime-utils.c: Made thread-safe and moved to above the test code. * camel-mime-message.c (camel_mime_message_init): Set the message_id to NULL. (camel_mime_message_finalize): Free the message_id. (camel_mime_message_set_message_id): New function to set the Message-Id. (camel_mime_message_get_message_id): New function to get the Message-Id. (process_header): Decode the message-id. svn path=/trunk/; revision=8393 --- camel/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 0ab171ce23..fb17283447 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-02-26 Jeffrey Stedfast + + * camel-mime-utils.c: Made thread-safe and moved to above the test + code. + + * camel-mime-message.c (camel_mime_message_init): Set the + message_id to NULL. + (camel_mime_message_finalize): Free the message_id. + (camel_mime_message_set_message_id): New function to set the + Message-Id. + (camel_mime_message_get_message_id): New function to get the + Message-Id. + (process_header): Decode the message-id. + 2001-02-24 Jeffrey Stedfast * camel-store.c (construct): init the vTrash folder here instead -- cgit v1.2.3