THISROOM ROOM:INFO:PRINT_NAME ROOMNAME - all are now THISROOM:NAME; they were all...
[citadel.git] / webcit / static / t / mailsummary_json.html
1 { "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
2 "startmsg": <?BSTR("__READLOOP:STARTMSG")>,
3 "roomname": "<?THISROOM:NAME("J")>",
4 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
5 B("startmsg"), 0, B("stopmsg"))> ]
6 }