From 179e04c582ab764dab34f0451e5317a1ed237565 Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 24 Jun 1999 16:44:28 +0000 Subject: Various patches from Ulrich Drepper 1999-06-24 bertrand * camel/camel-mime-message.c (_write_one_recipient_to_stream): includes gmime-utils header. patch from Ulrich Drepper set separator string in write_header_with_glist_to_stream() * camel/camel-log.c (camel_log): patch from Ulrich Drepper Do not use stderr in initialization of logfile descriptor. * camel/camel-stream-fs.c (camel_stream_fs_new_with_name): patch from Ulrich Drepper initialize mode field in open(). svn path=/trunk/; revision=994 --- camel/camel-mime-message.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camel/camel-mime-message.c') diff --git a/camel/camel-mime-message.c b/camel/camel-mime-message.c index fc4d28eced..df65c127f6 100644 --- a/camel/camel-mime-message.c +++ b/camel/camel-mime-message.c @@ -27,6 +27,7 @@ #include "gmime-content-field.h" #include "gstring-util.h" #include "camel-log.h" +#include "gmime-utils.h" typedef enum { HEADER_UNKNOWN, @@ -527,7 +528,7 @@ _write_one_recipient_to_stream (gpointer key, gpointer value, gpointer user_data // GString *current; CamelStream *stream = (CamelStream *)user_data; if ( (recipient_type) && (recipient_type->str) ) - write_header_with_glist_to_stream (stream, recipient_type->str, recipients); + write_header_with_glist_to_stream (stream, recipient_type->str, recipients, ", "); } static void -- cgit v1.2.3