evolution-data-server r9928 - trunk/camel/providers/imap



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

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

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




Modified:
   trunk/camel/providers/imap/ChangeLog
   trunk/camel/providers/imap/camel-imap-folder.c

Modified: trunk/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- trunk/camel/providers/imap/camel-imap-folder.c	(original)
+++ trunk/camel/providers/imap/camel-imap-folder.c	Tue Jan 13 06:52:28 2009
@@ -3577,7 +3577,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]