]> diplodocus.org Git - nmh/blobdiff - sbr/context_read.c
Look at post instead of inc to determine build options in build_nmh.
[nmh] / sbr / context_read.c
index a655effc41bc20d54ac6cadebd9a1103c838df7f..bee5566b7ee7babc146c400022cde87cffef9b74 100644 (file)
@@ -136,9 +136,9 @@ context_read (void)
     
     ctxpath = getcpy (m_maildir (cp));
 
-    if ((ib = lkfopen (ctxpath, "r"))) {
+    if ((ib = lkfopendata (ctxpath, "r"))) {
        readconfig ((struct node **) 0, ib, cp, 1);
-       lkfclose (ib, ctxpath);
+       lkfclosedata (ib, ctxpath);
     }
 
     return;