]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/mailsummary_json.html
LOGGING: add tiny webcit interface to manage log configs
[citadel.git] / webcit / static / t / mailsummary_json.html
index 9bf68eb4da06bdcfcec6d94ae18b872946e7d09e..d6b1c3c3439536238849f973540bc8bcfbf56cc2 100644 (file)
@@ -1,6 +1,6 @@
 { "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
-"startmsg": <?BSTR("READLOOP:STARTMSG")>,
-"roomname": "<?ROOMNAME>",
+"startmsg": <?BSTR("__READLOOP:STARTMSG")>,
+"roomname": "<?ROOMNAME("J")>",
 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
 B("startmsg"), 0, B("stopmsg"))> ]
 }