more font size tweaks.
[citadel.git] / webcit / static / t / mailsummary_json.html
index 1322978a0151e58ea6c25c636abf724644a95327..0129a48ca1efc72ca9c26606374e7378f6467f3f 100644 (file)
@@ -1,5 +1,7 @@
-{ "nummsgs": <?READLOOP:TOTALMSGS>,
-"startmsg": <?READLOOP:STARTMSG>,
-"roomname": "<?ROOMNAME>",
-"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", B("startmsg"), B("maxmsgs"))> ]
+{ "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
+"newmsgs": <?BSTR("__READLOOP:NEWMSGS")>,
+"startmsg": <?BSTR("__READLOOP:STARTMSG")>,
+"roomname": "<?THISROOM:NAME("J")>",
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
+B("startmsg"), 0, B("stopmsg"))> ]
 }