X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=7706f90f46ae7d11c4dca8679a804e4bf77f001e;hp=c16dd96cfbadd035b49f18e2e192dedf9f3bc5d3;hb=5afa7072e3fe7fc42287e2149e1c23b363700795;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90 diff --git a/uip/folder.c b/uip/folder.c index c16dd96..7706f90 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -5,6 +5,10 @@ * -- list the folder stack * * $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. */ #include @@ -814,10 +818,6 @@ readonly_folders (void) char atrcur[BUFSIZ]; register struct node *np; - /* sanity check - check that context has been read */ - if (defpath == NULL) - adios (NULL, "oops, context hasn't been read yet"); - snprintf (atrcur, sizeof(atrcur), "atr-%s-", current); atrlen = strlen (atrcur);