aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
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/mail-ops.c
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/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
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);