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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 61c2891b8a..72fed87028 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 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. + * mail-callbacks.c (mail_reply): Set the Seen flag as well since it's safe to assume that if the user has replied to an email message that he has read it. Not always true, but usually ;-) |