X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..d601805e1d9c40d88107eb4b79c6cd592d660eb2:/sbr/folder_pack.c diff --git a/sbr/folder_pack.c b/sbr/folder_pack.c index b0bc67b3..82a366c8 100644 --- a/sbr/folder_pack.c +++ b/sbr/folder_pack.c @@ -1,6 +1,4 @@ - -/* - * 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 @@ -38,7 +36,7 @@ folder_pack (struct msgs **mpp, int verbose) 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; } }