/** Estimate number of messages that have been posted. */
 public long messageCount() {
   return mBoard.getAllMessages(false).size();
 }