]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
IMAP quota should have returned "MESSAGE", not "MESSAGES" quota.
authorTimo Sirainen <tss@iki.fi>
Tue, 18 Nov 2008 16:12:28 +0000 (18:12 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 18 Nov 2008 16:12:28 +0000 (18:12 +0200)
--HG--
branch : HEAD

src/plugins/quota/quota.h

index 0a716a7e00eae4d6769955780b5510d2a4cad3ff..3093fa99dfa76a6d056ef38f70e057566052c16c 100644 (file)
@@ -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;