From: Wilfried Goesgens Date: Thu, 23 Sep 2010 16:20:16 +0000 (+0200) Subject: * the number of messages available are unequal to those in scope of the list. X-Git-Tag: v7.86~48 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=382e71a04c09eaaeb7623abd4b27ad679059fbc4 * the number of messages available are unequal to those in scope of the list. --- diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index 52fee09f9..4da1afbb3 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -201,7 +201,7 @@ void display_smtpqueue_inner_div(void) { wc_printf(_("Recipients")); wc_printf("\n"); - for (i=0; isumm); if (Msg != NULL) { display_queue_msg(Msg->msgnum);