* Added another conditional for presence/absence of Subject: header
[citadel.git] / webcit / static / t / mailsummary_json.html
blobd5a4eabf5617392f8a89e3c1b9c53c01c6f94699
1 { "nummsgs": <?READLOOP:TOTALMSGS>,
2 "startmsg": <?READLOOP:STARTMSG>,
3 "roomname": "<?ROOMNAME>",
4 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS","mailsummary_json_section")> ]