Updated to reflect changes to the filter-driver code.

2001-02-22  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (mail_send_message): Updated to reflect changes to
	the filter-driver code.

svn path=/trunk/; revision=8347
This commit is contained in:
Jeffrey Stedfast
2001-02-22 16:31:31 +00:00
committed by Jeffrey Stedfast
parent 0a3fde6ecd
commit 473ffc5eee
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2001-02-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): Updated to reflect changes to
the filter-driver code.
2001-02-22 Not Zed <NotZed@Ximian.com>
* Makefile.am (CAMEL_OBJS_EXTRA): Removed, no longer link with
+2 -1
View File
@@ -487,7 +487,8 @@ mail_send_message(CamelMimeMessage *message, const char *destination, CamelFilte
info->flags = CAMEL_MESSAGE_SEEN;
if (driver)
camel_filter_driver_filter_message(driver, message, info, "", ex);
camel_filter_driver_filter_message (driver, message, info,
NULL, NULL, "", ex);
if (sent_folder)
camel_folder_append_message(sent_folder, message, info, ex);