diff options
author | Not Zed <NotZed@Ximian.com> | 2003-09-23 02:53:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-09-23 02:53:26 +0800 |
commit | d60e250a6e858889c7d6e7c1a0d7f0e511a6e320 (patch) | |
tree | f55684e1df2e357139ee18be19ca137e45f469fc /mail/ChangeLog | |
parent | 6abd6e01b3f220a127c780ffdf2ea9a80f028238 (diff) | |
download | gsoc2013-evolution-d60e250a6e858889c7d6e7c1a0d7f0e511a6e320.tar.gz gsoc2013-evolution-d60e250a6e858889c7d6e7c1a0d7f0e511a6e320.tar.zst gsoc2013-evolution-d60e250a6e858889c7d6e7c1a0d7f0e511a6e320.zip |
implement, we hook into the mail progress reporting stuff by overriding
2003-09-21 Not Zed <NotZed@Ximian.com>
* mail-session.c (ms_thread_msg_new): implement, we hook into the
mail progress reporting stuff by overriding the CamelOperation
member with one from a dummy mail_msg.
(ms_thread_msg_free): handle freeing.
* mail-mt.c (mail_msg_free): mute the camel-operaiton when we free
it so we no longer get updates.
svn path=/trunk/; revision=22649
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d18667cb82..df11d8e83e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2003-09-21 Not Zed <NotZed@Ximian.com> + + * mail-session.c (ms_thread_msg_new): implement, we hook into the + mail progress reporting stuff by overriding the CamelOperation + member with one from a dummy mail_msg. + (ms_thread_msg_free): handle freeing. + + * mail-mt.c (mail_msg_free): mute the camel-operaiton when we free + it so we no longer get updates. + 2003-09-19 Jeffrey Stedfast <fejj@ximian.com> * em-message-browser.c (emmb_set_message): Set the window title to |