-
-/*
- * folder_pack.c -- pack (renumber) the messages in a folder
+/* folder_pack.c -- pack (renumber) the messages in a folder
* -- into a contiguous range from 1 to n.
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
if ((mp = folder_realloc (mp, 1, mp->hghmsg)))
*mpp = mp;
else {
- advise (NULL, "unable to allocate folder storage");
+ inform("unable to allocate folder storage");
return -1;
}
}