From c13a70e866b0591d6719cef1209d8b6c6826ccb9 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Fri, 23 Feb 2001 01:40:46 +0000 Subject: Doh, cut and paste problem, use mlist not cc. * camel-folder-summary.c (camel_message_info_new_from_header): Doh, cut and paste problem, use mlist not cc. * camel-folder.c (move_message_to): (copy_message_to): If the source folder doesn't support a summary, dont try and get the message info from it. svn path=/trunk/; revision=8361 --- camel/camel-folder-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-folder-summary.c') diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c index fe327040b1..4e9e9e9d1b 100644 --- a/camel/camel-folder-summary.c +++ b/camel/camel-folder-summary.c @@ -2537,7 +2537,7 @@ camel_message_info_new_from_header (struct _header_raw *header) camel_message_info_set_from(info, from); camel_message_info_set_to(info, to); camel_message_info_set_cc(info, cc); - camel_message_info_set_mlist(info, cc); + camel_message_info_set_mlist(info, mlist); return info; } -- cgit