From c734db40c7bb880797eb27e0b967756b519e951e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 7 Feb 2007 21:58:31 +0000 Subject: ** Fixes bug #359979, #384183 2007-02-07 Matthew Barnes ** Fixes bug #359979, #384183 * mail/em-camel-stream.c (sync_op): * mail/em-sync-stream.c (sync_op): * mail/mail-session.c (alert_user): e_msgport_wait()'s behavior is now block-and-pop instead of block-and-peek. svn path=/trunk/; revision=33181 --- mail/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 48be3efaa7..98e7655572 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2007-02-07 Matthew Barnes + + ** Fixes bug #359979, #384183 + + * em-camel-stream.c (sync_op): + * em-sync-stream.c (sync_op): + * mail-session.c (alert_user): + e_msgport_wait()'s behavior is now block-and-pop instead of + block-and-peek. + 2006-09-12 Ushveen Kaur ** Fixes bug #353921 -- cgit