repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* fix another off by one while retrieving the iterator counter params
[citadel.git]
/
webcit
/
static
/
t
/
mailsummary_json.html
blob
9f2b72e2ee35832081bf0d6cae5ac661973ee236
1
{
"nummsgs"
:
<?READLOOP:TOTALMSGS>
,
2
"startmsg"
:
<?READLOOP:STARTMSG>
,
3
"roomname"
:
"<?ROOMNAME>"
,
4
"msgs"
: [
<?ITERATE
(
"MAIL:SUMM:MSGS"
,
"mailsummary_json_section"
,
0
, B(
"startmsg"
), B(
"maxmsgs"
))
>
]
5
}