diff src/imap/commands-util.c @ 8521:182552d20b17 HEAD

Changed imap-resp-code [ACL] to [NOPERM], which it will be in the next draft.
author Timo Sirainen <tss@iki.fi>
date Sat, 06 Dec 2008 19:11:22 +0200
parents 6e9100795d89
children b9faf4db2a9f
line wrap: on
line diff
--- a/src/imap/commands-util.c	Sat Dec 06 07:47:21 2008 +0200
+++ b/src/imap/commands-util.c	Sat Dec 06 19:11:22 2008 +0200
@@ -160,7 +160,7 @@
 		resp_code = IMAP_RESP_CODE_CANNOT;
 		break;
 	case MAIL_ERROR_PERM:
-		resp_code = IMAP_RESP_CODE_ACL;
+		resp_code = IMAP_RESP_CODE_NOPERM;
 		break;
 	case MAIL_ERROR_NOSPACE:
 		resp_code = IMAP_RESP_CODE_OVERQUOTA;