]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/mailsummary_json.html
Adjust the folder counters when reading / deleting / moving messages
[citadel.git] / webcit / static / t / mailsummary_json.html
index 2e3a749d552f9dfbca58a62665182274ef42af9f..0129a48ca1efc72ca9c26606374e7378f6467f3f 100644 (file)
@@ -1,6 +1,7 @@
 { "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
+"newmsgs": <?BSTR("__READLOOP:NEWMSGS")>,
 "startmsg": <?BSTR("__READLOOP:STARTMSG")>,
-"roomname": "<?ROOMNAME>",
+"roomname": "<?THISROOM:NAME("J")>",
 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
 B("startmsg"), 0, B("stopmsg"))> ]
 }