dovecot: Removed debugging code.

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 29 07:11:16 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/428884a4e297
changeset: 7055:428884a4e297
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 29 06:14:26 2007 +0200
description:
Removed debugging code.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/imap/imap-sync.c |    4 ++--

diffs (21 lines):

diff -r 4c6e9edfd4ce -r 428884a4e297 src/imap/imap-sync.c
--- a/src/imap/imap-sync.c	Sat Dec 29 06:13:35 2007 +0200
+++ b/src/imap/imap-sync.c	Sat Dec 29 06:14:26 2007 +0200
@@ -95,7 +95,8 @@ int imap_sync_deinit(struct imap_sync_co
 			client_send_line(ctx->client,
 				t_strdup_printf("* %u EXISTS", status.messages));
 		}
-		if (status.recent != ctx->client->recent_count && !ctx->no_newmail) {
+		if (status.recent != ctx->client->recent_count &&
+		    !ctx->no_newmail) {
 			ctx->client->recent_count = status.recent;
 			client_send_line(ctx->client,
 				t_strdup_printf("* %u RECENT", status.recent));
@@ -132,7 +133,6 @@ static int imap_sync_send_flags(struct i
 			/* a new keyword. notify the client. */
 			imap_sync_send_changed_keywords(ctx);
 			all_names = array_get(ctx->keywords, &all_count);
-			i_error("whee, added %d/%d == %s", kw_indexes[i], all_count, all_names[kw_indexes[i]]);
 		}
 		i_assert(kw_indexes[i] < all_count);
 		array_append(keyword_names, &all_names[kw_indexes[i]], 1);


More information about the dovecot-cvs mailing list