Moved BumpNewMailCounter() into context.c because it manipulates contexts.
authorDave West <davew@uncensored.citadel.org>
Tue, 10 Nov 2009 19:39:19 +0000 (19:39 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 10 Nov 2009 19:39:19 +0000 (19:39 +0000)
commit58621c6cc8f4963f1c9e2b64ab52b1716084cc12
tree0176ca243ba5e03b5764c39b54cba292973554b4
parentc2c1aa8b94024803f623575c5f9ea89d9317f1e0
Moved BumpNewMailCounter() into context.c because it manipulates contexts.
Exposed it to the API as CtdlBumpNewMailCounter() and deprected the old name.
citadel/context.c
citadel/context.h
citadel/include/ctdl_module.h
citadel/user_ops.c
citadel/user_ops.h