* usergoto() can now be supplied a NULL room name to signify that the caller
authorArt Cancro <ajc@citadel.org>
Mon, 13 May 2002 04:35:50 +0000 (04:35 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 13 May 2002 04:35:50 +0000 (04:35 +0000)
commit657f3eb1f8877ebe94b603730cbe35885127feae
treeee1ecb5fe9b15e5c211d5f8e1f681aba06a0486f
parenta03f615f10d24890db277396a3882e82e904cfab
* usergoto() can now be supplied a NULL room name to signify that the caller
  has already copied the quickroom record into CC->quickroom.  Eliminates
  an extra database fetch.
* NewMailCount() now uses a per-session counter, which is incremented
  by CtdlSubmitMsg() when the user receiving a message is logged in at the
  time the message is saved.  This eliminates the need to load and scan the
  user's mailbox every time a <G>oto operation is performed.
* The old NewMailCount() function is now InitialMailCheck() and is used at
  session startup time.
citadel/msgbase.c
citadel/room_ops.c
citadel/serv_imap.c
citadel/server.h
citadel/user_ops.c
citadel/user_ops.h