Apply samjam's patch to fix mailbox view
authorArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2010 20:32:12 +0000 (16:32 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2010 20:32:12 +0000 (16:32 -0400)
webcit/static/t/mailsummary_json.html

index 9bf68eb4da06bdcfcec6d94ae18b872946e7d09e..2e3a749d552f9dfbca58a62665182274ef42af9f 100644 (file)
@@ -1,5 +1,5 @@
 { "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
-"startmsg": <?BSTR("READLOOP:STARTMSG")>,
+"startmsg": <?BSTR("__READLOOP:STARTMSG")>,
 "roomname": "<?ROOMNAME>",
 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
 B("startmsg"), 0, B("stopmsg"))> ]