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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/08b636ff0841
changeset: 8436:08b636ff0841
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 2b17f1cd86f3 -r 08b636ff0841 src/plugins/quota/quota.h
--- a/src/plugins/quota/quota.h	Mon Nov 17 13:57:17 2008 +0000
+++ b/src/plugins/quota/quota.h	Tue Nov 18 18:12:28 2008 +0200
@@ -10,7 +10,7 @@ struct mail_user;
 /* 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