Merge new summary view branches changes into trunk
[citadel.git] / webcit / static / t / mailsummary_json.html
diff --git a/webcit/static/t/mailsummary_json.html b/webcit/static/t/mailsummary_json.html
new file mode 100644 (file)
index 0000000..d5a4eab
--- /dev/null
@@ -0,0 +1,5 @@
+{ "nummsgs": <?READLOOP:TOTALMSGS>,
+"startmsg": <?READLOOP:STARTMSG>,
+"roomname": "<?ROOMNAME>",
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS","mailsummary_json_section")> ]
+}
\ No newline at end of file