From 3721e21a9f63dc29ec1628749298ade0b3d0daae Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 18 Nov 2008 18:12:28 +0200 Subject: [PATCH] IMAP quota should have returned "MESSAGE", not "MESSAGES" quota. --HG-- branch : HEAD --- src/plugins/quota/quota.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/quota/quota.h b/src/plugins/quota/quota.h index 0a716a7e00..3093fa99df 100644 --- a/src/plugins/quota/quota.h +++ b/src/plugins/quota/quota.h @@ -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; -- 2.47.3