diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-11 02:46:39 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-11 02:46:39 +0800 |
commit | 1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1 (patch) | |
tree | 0255e9355495c941ec1c95f4ec234648af0ba079 /mail/mail-ops.c | |
parent | 7df68b2c7da61c00327e54db57e38fcf60e9db2c (diff) | |
download | gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.tar gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.tar.gz gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.tar.bz2 gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.tar.lz gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.tar.xz gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.tar.zst gsoc2013-evolution-1ecabb0dc4b97d18725d4bbbeb66fb0f4465ece1.zip |
Fix the infinite movemail
svn path=/trunk/; revision=4696
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index d235c6b2d9..bd080d7f01 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -117,6 +117,7 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException * ex) } mail_tool_filter_contents_into (search_folder, input->destination, + TRUE, input->hook_func, input->hook_data, ex); camel_object_unref (CAMEL_OBJECT (search_folder)); |