]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/mailsummary_json.html
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / webcit / static / t / mailsummary_json.html
index d5a4eabf5617392f8a89e3c1b9c53c01c6f94699..4329d3ab045b9ec3ee4ff66234dae4df96da60a0 100644 (file)
@@ -1,5 +1,6 @@
-{ "nummsgs": <?READLOOP:TOTALMSGS>,
-"startmsg": <?READLOOP:STARTMSG>,
-"roomname": "<?ROOMNAME>",
-"msgs": [ <?ITERATE("MAIL:SUMM:MSGS","mailsummary_json_section")> ]
-}
\ No newline at end of file
+{ "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
+"startmsg": <?BSTR("__READLOOP:STARTMSG")>,
+"roomname": "<?THISROOM:NAME("J")>",
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
+B("startmsg"), 0, B("stopmsg"))> ]
+}