From 382e71a04c09eaaeb7623abd4b27ad679059fbc4 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 23 Sep 2010 18:20:16 +0200 Subject: [PATCH 1/1] * the number of messages available are unequal to those in scope of the list. --- webcit/smtpqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2