evolution-data-server r9918 - branches/gnome-2-24/camel/providers/local



Author: sragavan
Date: Mon Jan 12 04:28:11 2009
New Revision: 9918
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9918&view=rev

Log:
2009-01-12  Srinivasa Ragavan  <sragavan novell com>

	* camel-mbox-folder.c: (mbox_get_message): Revert previous fix




Modified:
   branches/gnome-2-24/camel/providers/local/ChangeLog
   branches/gnome-2-24/camel/providers/local/camel-mbox-folder.c

Modified: branches/gnome-2-24/camel/providers/local/camel-mbox-folder.c
==============================================================================
--- branches/gnome-2-24/camel/providers/local/camel-mbox-folder.c	(original)
+++ branches/gnome-2-24/camel/providers/local/camel-mbox-folder.c	Mon Jan 12 04:28:11 2009
@@ -428,13 +428,5 @@
 		camel_folder_change_info_clear(lf->changes);
 	}
 
-	/* Give out messages always with XEV. */
-	flags = mi->flags;
-	mi->flags &= ~(CAMEL_MESSAGE_FOLDER_NOXEV|CAMEL_MESSAGE_FOLDER_FLAGGED);
-	xev = camel_local_summary_encode_x_evolution(folder->summary, mi);
-	camel_medium_set_header((CamelMedium *)message, "X-Evolution", xev);
-	g_free(xev);
-	mi->flags = flags;
-
 	return message;
 }



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