s/ALLOW_NEW/ALLOW_BEYOND/
[mmh] / sbr / m_draft.c
index 8492dd9..427d2db 100644 (file)
@@ -42,7 +42,7 @@ m_draft(char *which)
                        adios(NULL, "unable to allocate folder storage");
        }
 
-       mp->msgflags |= ALLOW_NEW;  /* allow the "new" sequence */
+       mp->msgflags |= ALLOW_BEYOND;  /* allow the beyond sequence */
 
        /*
        ** The draft message name to return is defined by `which'.