* Coupla very small changes to get on the road to IMAP support
authorArt Cancro <ajc@citadel.org>
Tue, 27 Jun 2000 01:27:14 +0000 (01:27 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 27 Jun 2000 01:27:14 +0000 (01:27 +0000)
citadel/ChangeLog
citadel/room_ops.c

index e5233933184db286f8e7918f6c5025b77cc56ab4..565a19052f96bf580d213b48848f10e54c3c2257 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
+
index 3dd4d5609b98b3ad504f26f6145cfc9673182d33..25f7fa86171d81de50dbb97181cafbe8a50b2c36 100644 (file)
@@ -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",