]> code.citadel.org Git - citadel.git/blob - webcit/static/t/mailsummary_json.html
9f2b72e2ee35832081bf0d6cae5ac661973ee236
[citadel.git] / webcit / static / t / mailsummary_json.html
1 { "nummsgs": <?READLOOP:TOTALMSGS>,
2 "startmsg": <?READLOOP:STARTMSG>,
3 "roomname": "<?ROOMNAME>",
4 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", 0, B("startmsg"), B("maxmsgs"))> ]
5 }