Updated the CtdlUserGoto() API call to also return the oldest and newest message...
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 4 Feb 2014 20:20:47 +0000 (15:20 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 4 Feb 2014 20:20:47 +0000 (15:20 -0500)
commit60f03c2407f834ba677dfac9fe545db255ac8263
tree751ffbc6c1c61cada58a2e71fe016d11b8e1a2ff
parentfc6cb49257a19bff1336d735a075f78fae2f4728
Updated the CtdlUserGoto() API call to also return the oldest and newest message numbers in the room.
12 files changed:
citadel/euidindex.c
citadel/include/ctdl_module.h
citadel/modules/ctdlproto/serv_rooms.c
citadel/modules/imap/imap_acl.c
citadel/modules/imap/imap_metadata.c
citadel/modules/imap/imap_misc.c
citadel/modules/imap/serv_imap.c
citadel/modules/sieve/serv_sieve.c
citadel/modules/vcard/serv_vcard.c
citadel/msgbase.c
citadel/room_ops.c
citadel/user_ops.c