evolution-exchange r1715 - in trunk: . camel



Author: abharath
Date: Mon Aug  4 03:30:48 2008
New Revision: 1715
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1715&view=rev

Log:
2008-08-04  Bharath Acharya  <abharath novell com>

       ** Fix for bug #543075

       * camel/camel-exchange-folder.c: (append_message_data): The info
       is usually NULL when you drag and drop an embedded mail to a
       folder. This check should get your message back into the desired folder.



Modified:
   trunk/ChangeLog
   trunk/camel/camel-exchange-folder.c

Modified: trunk/camel/camel-exchange-folder.c
==============================================================================
--- trunk/camel/camel-exchange-folder.c	(original)
+++ trunk/camel/camel-exchange-folder.c	Mon Aug  4 03:30:48 2008
@@ -229,7 +229,7 @@
 
 	if (camel_stub_send (exch->stub, ex, CAMEL_STUB_CMD_APPEND_MESSAGE,
 			     CAMEL_STUB_ARG_FOLDER, folder->full_name,
-			     CAMEL_STUB_ARG_UINT32, camel_message_info_flags(info),
+			     CAMEL_STUB_ARG_UINT32, info? camel_message_info_flags(info): 0,
 			     CAMEL_STUB_ARG_STRING, subject,
 			     CAMEL_STUB_ARG_BYTEARRAY, message,
 			     CAMEL_STUB_ARG_RETURN,



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