evolution-data-server r9927 - branches/gnome-2-24/camel/providers/imap



Author: sragavan
Date: Tue Jan 13 06:51:44 2009
New Revision: 9927
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9927&view=rev

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

	* camel-imap-folder.c: (imap_update_summary): Remove a stupid debug
	summary.


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

Modified: branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c	(original)
+++ branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c	Tue Jan 13 06:51:44 2009
@@ -3567,7 +3567,6 @@
 		   messages will be filtered even after saw by other software earlier */
 		if ((mi->info.flags & CAMEL_IMAP_MESSAGE_RECENT) != 0 || getenv ("FILTER_RECENT") == NULL)
 			camel_folder_change_info_recent_uid (changes, camel_message_info_uid (mi));
-		printf("NEW: %s: %s(%d)\n", ((CamelMessageInfoBase *)mi)->from, ((CamelMessageInfoBase *)mi)->subject, ((CamelMessageInfoBase *)mi)->refcount);
 
 	}
 



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