changeset 8436:08b636ff0841 HEAD

IMAP quota should have returned "MESSAGE", not "MESSAGES" quota.
author Timo Sirainen <tss@iki.fi>
date Tue, 18 Nov 2008 18:12:28 +0200
parents 2b17f1cd86f3
children 8f41c9f3f392
files src/plugins/quota/quota.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 /* 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;