]> git.marmaro.de Git - mmh/blobdiff - uip/mhpath.c
s/ALLOW_NEW/ALLOW_BEYOND/
[mmh] / uip / mhpath.c
index e1cf0ff927327988df3811f2cd909fe34b361eb9..69ecaf2db4d21e72307520d03d90badff3f958f4 100644 (file)
@@ -99,7 +99,7 @@ main(int argc, char **argv)
                        adios(NULL, "unable to allocate folder storage");
        }
 
-       mp->msgflags |= ALLOW_NEW;  /* allow the "new" sequence */
+       mp->msgflags |= ALLOW_BEYOND;  /* allow the beyond sequence */
 
        /* parse all the message ranges/sequences and set SELECTED */
        for (i = 0; i < msgs.size; i++)