evolution r36808 - branches/gnome-2-24/plugins/groupwise-features



Author: abharath
Date: Thu Nov 20 06:26:33 2008
New Revision: 36808
URL: http://svn.gnome.org/viewvc/evolution?rev=36808&view=rev

Log:
2008-11-20  Bharath Acharya  <abharath novell com>

        ** Fix for bug bnc #446286

        * status-track.c: (track_status): Remove the header check as we
        do a e_gw_connection_get_item for tracking the status.


Modified:
   branches/gnome-2-24/plugins/groupwise-features/ChangeLog
   branches/gnome-2-24/plugins/groupwise-features/status-track.c

Modified: branches/gnome-2-24/plugins/groupwise-features/status-track.c
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/status-track.c	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/status-track.c	Thu Nov 20 06:26:33 2008
@@ -79,8 +79,6 @@
 
 	gchar *boldmsg;
 
-	const char *status = NULL ;
-
 	int row = 0;
 
 	EGwConnection *cnc;
@@ -93,14 +91,6 @@
 		return ;
 	}
 
-	status = camel_medium_get_header ( CAMEL_MEDIUM(msg), "X-gw-status-opt") ;
-	if (!status) {
-		g_print ("Error!! No header\n");
-		/* No need to make any call if this header is not available.
-		This is the server side identifier for sent-items */
-		return ;
-	}
-
 	/*Create the dialog*/
 	d = (GtkDialog *) gtk_dialog_new ();
 	gtk_dialog_add_button (d, GTK_STOCK_OK, GTK_RESPONSE_OK);



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