* merge from dav_rework:
[citadel.git] / webcit / roomops.c
index 1ca41c2880123b83e9f5a37fd071a18e60a53240..ef14c2026c6eb6caa1ea3581a8e34e678132e6da 100644 (file)
@@ -902,7 +902,7 @@ void ParseGoto(folder *room, StrBuf *Line)
  */
 void smart_goto(const StrBuf *next_room) {
        gotoroom(next_room);
-       readloop(readnew);
+       readloop(readnew, eUseDefault);
 }
 
 
@@ -3063,7 +3063,7 @@ void _display_private(void) {
 
 void dotgoto(void) {
        if (!havebstr("room")) {
-               readloop(readnew);
+               readloop(readnew, eUseDefault);
                return;
        }
        if (WC->CurRoom.view != VIEW_MAILBOX) { /* dotgoto acts like dotskip when we're in a mailbox view */