X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=7706f90f46ae7d11c4dca8679a804e4bf77f001e;hp=2cc9bde689d0a51d44564b75bf910e5394f53970;hb=5afa7072e3fe7fc42287e2149e1c23b363700795;hpb=945aa62b814966a1266a5524bd089a74e0999cd1 diff --git a/uip/folder.c b/uip/folder.c index 2cc9bde..7706f90 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -818,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);