From 1400ff120598b1f582d17af3724cf6ed302663ed Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 23 Sep 2010 18:20:16 +0200 Subject: [PATCH] * 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 f45b158b9..c73e9a256 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -199,7 +199,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.30.2