From: Timo Sirainen Date: Tue, 18 Nov 2008 16:12:28 +0000 (+0200) Subject: IMAP quota should have returned "MESSAGE", not "MESSAGES" quota. X-Git-Tag: 1.2.alpha4~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3721e21a9f63dc29ec1628749298ade0b3d0daae;p=thirdparty%2Fdovecot%2Fcore.git IMAP quota should have returned "MESSAGE", not "MESSAGES" quota. --HG-- branch : HEAD --- 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;