Revert "serv_rssclient.c: style update"
[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..0129a48
--- /dev/null
@@ -0,0 +1,7 @@
+{ "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"))> ]
+}