From 96b306af3289d236e2b23f8cb91327dc71c937b8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 17 Apr 2000 20:23:30 +0000 Subject: Remove the "session" field from CamelMimeMessage. Nothing uses it, about * camel-mime-message.[ch]: Remove the "session" field from CamelMimeMessage. Nothing uses it, about half of the existing calls to camel_mime_message_new_with_session pass NULL, and there's no obvious reason for it to be there. * others: Use camel_mime_message_new instead of camel_mime_message_new_with_session svn path=/trunk/; revision=2479 --- tests/test2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test2.c') diff --git a/tests/test2.c b/tests/test2.c index 17fd4ffc9a..6e93a731a9 100644 --- a/tests/test2.c +++ b/tests/test2.c @@ -20,7 +20,7 @@ main (int argc, char**argv) camel_init (); camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG; - message = camel_mime_message_new_with_session( (CamelSession *)NULL); + message = camel_mime_message_new (); input_stream = camel_stream_fs_new_with_name ("mail.test", CAMEL_STREAM_FS_READ); -- cgit v1.2.3