* Added new readloop command 'readgt' which will produce messages with numbers greate...
authorArt Cancro <ajc@citadel.org>
Fri, 24 Jul 2009 20:51:52 +0000 (20:51 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 24 Jul 2009 20:51:52 +0000 (20:51 +0000)
commit19e3216c53390bce9662b3a07d761cd1e1b7c6f8
tree90b325dc033b4a295c1f99604228bc60e6526582
parent7519d941226e59fdff8612ca92f45dbb29f27d89
* Added new readloop command 'readgt' which will produce messages with numbers greater than the value supplied in the 'gt' variable.  This of course maps to the 'MSGS GT|xxx' server command.  For my next trick, I will modify the msgomatic selector to use this command, but first, I must find a way to export to the templating engine the value of the first msgnum we retrieved during the *current* operation.
webcit/messages.c
webcit/messages.h
webcit/msg_renderers.c
webcit/static/t/select_messageindex.html
webcit/static/t/select_messageindex_all.html
webcit/webcit.h