summaryrefslogtreecommitdiff
path: root/mail.local
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-23 16:59:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-23 16:59:54 +0000
commit4c19cf68b8e16f264fbe86d7b8e20f669f40d225 (patch)
treec2986ebc9276e118eebf35ca0a7865d73239c466 /mail.local
parentef23d9926dbb515d9057cf20ee32227cc8e98d81 (diff)
downloadmailutils-4c19cf68b8e16f264fbe86d7b8e20f669f40d225.tar.gz
mailutils-4c19cf68b8e16f264fbe86d7b8e20f669f40d225.tar.bz2
Use USE_MAILBOX_QUOTAS.
Diffstat (limited to 'mail.local')
-rw-r--r--mail.local/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail.local/main.c b/mail.local/main.c
index 03c6270d0..53f393e79 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -732,7 +732,7 @@ deliver (mailbox_t imbx, char *name)
return;
}
-#if defined(USE_DBM)
+#if defined(USE_MAILBOX_QUOTAS)
{
size_t n;
off_t isize;

Return to:

Send suggestions and report system problems to the System administrator.