* Removed the 'mark message as seen' C code (in the mailbox view) because it
authorArt Cancro <ajc@citadel.org>
Thu, 3 Nov 2005 16:13:46 +0000 (16:13 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 3 Nov 2005 16:13:46 +0000 (16:13 +0000)
commit7017b03bb1c8cbfd68994a6c778d2446b7215c0d
tree2348ab71197dd9ad5474a3362c6ea4bde42411b8
parentadd92c77a600c238aaa40c3e5d09db01080eeb4b
* Removed the 'mark message as seen' C code (in the mailbox view) because it
  was no longer getting called.  Implemented this in JavaScript using an ajax
  call plus a new WebCit function to perform generic server commands using
  ajax.  Also reinstated the removal of bold font weight for messages
  transitioning from unseen to seen (again, in JavaScript).
webcit/ChangeLog
webcit/mainmenu.c
webcit/messages.c
webcit/static/wclib.js
webcit/webcit.c
webcit/webcit.h