X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3bcb44d340fd017efac8bb31c3859dd91b24af3..2ad4aac7f0cb1c4981dfbe823bdebff8d7500515:/sbr/folder_read.c diff --git a/sbr/folder_read.c b/sbr/folder_read.c index 1129bab0..044059fb 100644 --- a/sbr/folder_read.c +++ b/sbr/folder_read.c @@ -5,8 +5,11 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "m_atoi.h" +#include "folder_read.h" +#include "error.h" +#include "h/utils.h" #include "m_maildir.h" /* We allocate the `mi' array 1024 elements at a time */ @@ -127,7 +130,7 @@ folder_read (char *name, int lockflag) */ if (mp->hghoff < mp->lowoff) { - adios(NULL, "Internal failure: high message limit < low message " + die("Internal failure: high message limit < low message " "limit; possible overflow?"); }