]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/mailsummary_json.html
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
deleted file mode 100644 (file)
index 0129a48..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{ "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"))> ]
-}