dovecot: cleanup: s/fname/path/

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 9 05:44:42 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/d30fa36505fb
changeset: 5916:d30fa36505fb
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 08 23:04:02 2007 +0300
description:
cleanup: s/fname/path/

diffstat:

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

diffs (12 lines):

diff -r 171c3f89295c -r d30fa36505fb src/imap/imap-sync.c
--- a/src/imap/imap-sync.c	Sun Jul 08 22:57:51 2007 +0300
+++ b/src/imap/imap-sync.c	Sun Jul 08 23:04:02 2007 +0300
@@ -83,6 +83,8 @@ int imap_sync_deinit(struct imap_sync_co
 					     "Mailbox UIDVALIDITY changed");
 	}
 	if (!ctx->no_newmail) {
+		if (status.messages < ctx->messages_count)
+			i_panic("Message count decreased");
 		ctx->client->messages_count = status.messages;
 		if (status.messages != ctx->messages_count) {
 			client_send_line(ctx->client,


More information about the dovecot-cvs mailing list