]> 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 2008c26bcccf2278cc750ae2f82dd05fcc1fa0c9..bee5566b7ee7babc146c400022cde87cffef9b74 100644 (file)
@@ -136,7 +136,7 @@ context_read (void)
     
     ctxpath = getcpy (m_maildir (cp));
 
-    if ((ib = lkfopendata (ctxpath, "r", 0))) {
+    if ((ib = lkfopendata (ctxpath, "r"))) {
        readconfig ((struct node **) 0, ib, cp, 1);
        lkfclosedata (ib, ctxpath);
     }