aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-12 04:52:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-12 04:52:54 +0800
commit8959d0d50a5c8441d74e61b62dda2cccfd13aa98 (patch)
treeafaf02f59834e99ea5859970095bc4005be13359 /mail
parent562ace014447c0fdec304e814f4fb3a1304c758f (diff)
downloadgsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.tar
gsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.tar.gz
gsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.tar.bz2
gsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.tar.lz
gsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.tar.xz
gsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.tar.zst
gsoc2013-evolution-8959d0d50a5c8441d74e61b62dda2cccfd13aa98.zip
Don't have the filter driver self_destruct.
2000-09-11 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (do_fetch_mail): Don't have the filter driver self_destruct. svn path=/trunk/; revision=5345
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-ops.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3c9634948f..1a55b40fc8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
+ * mail-ops.c (do_fetch_mail): Don't have the filter driver
+ self_destruct.
+
+2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
+
* mail-ops.c (do_fetch_mail): If we're fetching from an mbox
formatted file then we need to do some special-casing.
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);