summaryrefslogtreecommitdiffstats
path: root/mh.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-21 12:38:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-21 12:38:53 +0000
commit877552c07fce7f76bdf582d5b2d3a9d44c6876a9 (patch)
treef0575a9a80366be6e9abb0a0347e26611ca3fd1a /mh.c
parentf300af76bad8ee46e4831b10292fd1cbc4a9e560 (diff)
Adjust some hash-related parameters.
Diffstat (limited to 'mh.c')
-rw-r--r--mh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh.c b/mh.c
index 08057903..6cf5625a 100644
--- a/mh.c
+++ b/mh.c
@@ -680,7 +680,7 @@ int mh_check_mailbox(CONTEXT *ctx, int *index_hint)
/* check for modifications and adjust flags */
- fnames = hash_create(1024);
+ fnames = hash_create (1031);
for(p = md; p; p = p->next)
{