dovecot: "Mailbox is in inconsistent state" -> "IMAP session sta...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 27 20:28:03 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/7f7e295910a5
changeset: 7198:7f7e295910a5
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 27 20:27:59 2008 +0200
description:
"Mailbox is in inconsistent state" -> "IMAP session state is inconsistent".

diffstat:

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

diffs (21 lines):

diff -r bb9304dee6d4 -r 7f7e295910a5 src/imap/commands-util.c
--- a/src/imap/commands-util.c	Sun Jan 27 11:49:35 2008 +0200
+++ b/src/imap/commands-util.c	Sun Jan 27 20:27:59 2008 +0200
@@ -163,7 +163,7 @@ void client_send_storage_error(struct cl
 	    mailbox_is_inconsistent(cmd->client->mailbox)) {
 		/* we can't do forced CLOSE, so have to disconnect */
 		client_disconnect_with_error(cmd->client,
-			"Mailbox is in inconsistent state, please relogin.");
+			"IMAP session state is inconsistent, please relogin.");
 		return;
 	}
 
@@ -181,7 +181,7 @@ void client_send_untagged_storage_error(
 	    mailbox_is_inconsistent(client->mailbox)) {
 		/* we can't do forced CLOSE, so have to disconnect */
 		client_disconnect_with_error(client,
-			"Mailbox is in inconsistent state, please relogin.");
+			"IMAP session state is inconsistent, please relogin.");
 		return;
 	}
 


More information about the dovecot-cvs mailing list