dovecot-2.2: And removed accidentally committed nbsp.

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 4 22:44:02 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/6ffe37152ed0
changeset: 16711:6ffe37152ed0
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 04 22:43:47 2013 +0300
description:
And removed accidentally committed nbsp.

diffstat:

 src/lib-storage/mailbox-uidvalidity.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3091883c672a -r 6ffe37152ed0 src/lib-storage/mailbox-uidvalidity.c
--- a/src/lib-storage/mailbox-uidvalidity.c	Wed Sep 04 22:41:42 2013 +0300
+++ b/src/lib-storage/mailbox-uidvalidity.c	Wed Sep 04 22:43:47 2013 +0300
@@ -221,7 +221,7 @@
 	}
 
 	/* we now have the current uidvalidity value that's hopefully correct */
-	if (mailbox_uidvalidity_rename(path, &cur_value, FALSE) < 0) {
+	if (mailbox_uidvalidity_rename(path, &cur_value, FALSE) < 0) {
 		i_close_fd(&fd);
 		return mailbox_uidvalidity_next_rescan(list, path);
 	}


More information about the dovecot-cvs mailing list