dovecot-1.1: IMAP quota should have returned "MESSAGE", not "MES...

dovecot at dovecot.org dovecot at dovecot.org
Tue Nov 18 18:12:42 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/568fed966ca3
changeset: 8012:568fed966ca3
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 18 18:12:28 2008 +0200
description:
IMAP quota should have returned "MESSAGE", not "MESSAGES" quota.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/quota.h |    2 +-

diffs (12 lines):

diff -r f81179793131 -r 568fed966ca3 src/plugins/quota/quota.h
--- a/src/plugins/quota/quota.h	Mon Nov 17 14:10:41 2008 +0000
+++ b/src/plugins/quota/quota.h	Tue Nov 18 18:12:28 2008 +0200
@@ -9,7 +9,7 @@ struct mailbox;
 /* Message storage size bytes. This is used only internally. */
 #define QUOTA_NAME_STORAGE_BYTES "STORAGE_BYTES"
 /* Number of messages. */
-#define QUOTA_NAME_MESSAGES "MESSAGES"
+#define QUOTA_NAME_MESSAGES "MESSAGE"
 
 struct quota;
 struct quota_root;


More information about the dovecot-cvs mailing list