diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-07 05:39:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-07 05:39:10 +0800 |
commit | 65431a334743819884c494cc05ac2d8a43efff2f (patch) | |
tree | 4307467b08896a93dd6b460ac2d402e184c717af /mail/mail-ops.c | |
parent | 0425bffaf1c34bb5a547ceacc64ba6b71a005ac0 (diff) | |
download | gsoc2013-evolution-65431a334743819884c494cc05ac2d8a43efff2f.tar.gz gsoc2013-evolution-65431a334743819884c494cc05ac2d8a43efff2f.tar.zst gsoc2013-evolution-65431a334743819884c494cc05ac2d8a43efff2f.zip |
Flush the filter log to make Tuomas happy :-)
2002-05-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (filter_folder_free): Flush the filter log to make
Tuomas happy :-)
* mail-session.c (mail_session_flush_filter_log): New convenience
function to flush the session's filter log file.
svn path=/trunk/; revision=16696
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 13cd285f37..ae01d43c9c 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -43,6 +43,7 @@ #include "mail-tools.h" #include "mail-ops.h" #include "mail-vfolder.h" +#include "mail-session.h" #include "composer/e-msg-composer.h" #include "folder-browser.h" #include "e-util/e-html-utils.h" @@ -167,6 +168,8 @@ filter_folder_free (struct _mail_msg *mm) if (m->driver) camel_object_unref (CAMEL_OBJECT (m->driver)); + + mail_session_flush_filter_log (); } static struct _mail_msg_op filter_folder_op = { |