From 8959d0d50a5c8441d74e61b62dda2cccfd13aa98 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 11 Sep 2000 20:52:54 +0000 Subject: Don't have the filter driver self_destruct. 2000-09-11 Jeffrey Stedfast * mail-ops.c (do_fetch_mail): Don't have the filter driver self_destruct. svn path=/trunk/; revision=5345 --- mail/ChangeLog | 5 +++++ mail/mail-ops.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 3c9634948f..1a55b40fc8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-09-11 Jeffrey Stedfast + + * mail-ops.c (do_fetch_mail): Don't have the filter driver + self_destruct. + 2000-09-11 Jeffrey Stedfast * mail-ops.c (do_fetch_mail): If we're fetching from an mbox diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 482bfd430e..c283f16ef9 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -209,7 +209,7 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex) filter_driver_run (filter, message, info, input->destination, FILTER_SOURCE_INCOMING, - TRUE, ex); + FALSE, ex); if (free_info) camel_message_info_free (info); -- cgit v1.2.3