From: Art Cancro Date: Tue, 27 Jun 2000 01:27:14 +0000 (+0000) Subject: * Coupla very small changes to get on the road to IMAP support X-Git-Tag: v7.86~7175 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4fd426be85d2d1328742bafc2c7005aa114a5074;p=citadel.git * Coupla very small changes to get on the road to IMAP support --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index e52339331..565a19052 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 572.8 2000/06/27 01:27:13 ajc + * Coupla very small changes to get on the road to IMAP support + Revision 572.7 2000/06/22 21:41:48 ajc * Made the ICQ stuff far more reliable ... by removing it! @@ -1915,3 +1918,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 3dd4d5609..25f7fa861 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -618,8 +618,6 @@ void usergoto(char *where, int display_result, int *retmsgs, int *retnew) long *msglist = NULL; int num_msgs = 0; - lprintf(9, "usergoto() called for <%s>\n", where); - strcpy(CC->quickroom.QRname, where); getroom(&CC->quickroom, where); @@ -679,6 +677,8 @@ void usergoto(char *where, int display_result, int *retmsgs, int *retnew) if (retmsgs != NULL) *retmsgs = total_messages; if (retnew != NULL) *retnew = new_messages; + lprintf(9, "<%s> %d new of %d total messages\n", + CC->quickroom.QRname, new_messages, total_messages); if (display_result) cprintf("%d%c%s|%d|%d|%d|%d|%ld|%ld|%d|%d|%d|%d\n",