29 lines
780 B
Diff
29 lines
780 B
Diff
|
Index: plugins/groupwise-features/status-track.c
|
||
|
===================================================================
|
||
|
--- plugins/groupwise-features/status-track.c (revision 36806)
|
||
|
+++ plugins/groupwise-features/status-track.c (working copy)
|
||
|
@@ -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);
|