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:
committed by
Jeffrey Stedfast
parent
0a3fde6ecd
commit
473ffc5eee
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user