X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a8fdb8b141aecc1732615454fdabc584c0142c..2fc70e8bf64ead869fce76abb74f04bf1af94923:/sbr/folder_pack.c diff --git a/sbr/folder_pack.c b/sbr/folder_pack.c index 2bddb0dd..82a366c8 100644 --- a/sbr/folder_pack.c +++ b/sbr/folder_pack.c @@ -1,10 +1,6 @@ - -/* - * 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. * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -40,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; } }