* merge from dav_rework:
[citadel.git] / webcit / marchlist.c
index 8f17d9a520de951becd1927d81c86c06081c910b..63cd84cc4fe098ef62ab191e6d2235371768aa90 100644 (file)
@@ -113,8 +113,8 @@ void gotonext(void)
         * If it is, pop the first room off the list and go there.
         */
        if (havebstr("startmsg")) {
-                readloop(readnew);
-                return;
+               readloop(readnew, eUseDefault);
+               return;
        }
 
        if (WC->march == NULL) {
@@ -187,7 +187,7 @@ void ungoto(void)
        StrBuf *Buf;
 
        if (havebstr("startmsg")) {
-               readloop(readnew);
+               readloop(readnew, eUseDefault);
                return;
        }