]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Calendar events in the summary view are now clickable.
[citadel.git] / webcit / webcit.c
index 7b53d08acdba01fad08cb16507906ebe69b2a147..a7069f14d5a8b30cf55d1abdfc218f1125fe84ab 100644 (file)
@@ -930,7 +930,7 @@ void session_loop(HashList *HTTPHeaders, StrBuf *ReqLine, StrBuf *request_method
         * prior to doing anything else.
         */
        if (havebstr("gotofirst")) {
-               smart_goto(bstr("gotofirst"));
+               gotoroom(bstr("gotofirst"));    /* do this quietly to avoid session output! */
        }
 
        /*