dovecot-1.2: imap-acl: Removed a duplicate [ACL] prefix from err...

dovecot at dovecot.org dovecot at dovecot.org
Sun Nov 16 13:41:21 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/b8a3b8d6c60c
changeset: 8419:b8a3b8d6c60c
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Nov 16 13:41:17 2008 +0200
description:
imap-acl: Removed a duplicate [ACL] prefix from error message.

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
src/plugins/imap-acl/imap-acl-plugin.c |    3 +--

diffs (13 lines):

diff -r 29b1ec15880a -r b8a3b8d6c60c src/plugins/imap-acl/imap-acl-plugin.c
--- a/src/plugins/imap-acl/imap-acl-plugin.c	Sun Nov 16 04:46:14 2008 +0200
+++ b/src/plugins/imap-acl/imap-acl-plugin.c	Sun Nov 16 13:41:17 2008 +0200
@@ -74,8 +74,7 @@ acl_mailbox_open_as_admin(struct client_
 			"["IMAP_RESP_CODE_NONEXISTENT"] "
 			MAIL_ERRSTR_MAILBOX_NOT_FOUND, name));
 	} else {
-		client_send_tagline(cmd, "["IMAP_RESP_CODE_ACL"] "
-				    ERROR_NOT_ADMIN);
+		client_send_tagline(cmd, ERROR_NOT_ADMIN);
 	}
 	mailbox_close(&box);
 	return NULL;


More information about the dovecot-cvs mailing list