evolution-data-server r8767 - in trunk: camel docs/reference/camel/tmpl



Author: mbarnes
Date: Wed May  7 14:47:28 2008
New Revision: 8767
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8767&view=rev

Log:
2008-05-07  matthew barnes  <mbarnes redhat com>

	* camel-operation.c (camel_operation_unref):
	A typo broke the mailer.  use camel_msgport_try_pop() (non-blocking)
	instead of camel_msgport_pop() (blocking).



Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-operation.c
   trunk/docs/reference/camel/tmpl/camel-imap4-command.sgml

Modified: trunk/camel/camel-operation.c
==============================================================================
--- trunk/camel/camel-operation.c	(original)
+++ trunk/camel/camel-operation.c	Wed May  7 14:47:28 2008
@@ -212,7 +212,7 @@
 		
 		e_dlist_remove((EDListNode *)cc);
 
-		while ((msg = (CamelOperationMsg *)camel_msgport_pop(cc->cancel_port)))
+		while ((msg = (CamelOperationMsg *)camel_msgport_try_pop(cc->cancel_port)))
 			g_free(msg);
 
 		camel_msgport_destroy(cc->cancel_port);

Modified: trunk/docs/reference/camel/tmpl/camel-imap4-command.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-imap4-command.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-imap4-command.sgml	Wed May  7 14:47:28 2008
@@ -36,6 +36,7 @@
 @part: 
 @untagged: 
 @plus: 
+ reset: 
 @user_data: 
 
 <!-- ##### STRUCT CamelIMAP4Literal ##### -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]