From: Art Cancro Date: Sat, 28 Oct 2006 15:45:11 +0000 (+0000) Subject: Small cosmetic change to the SMTP queue view X-Git-Tag: v7.86~3873 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=114defd605b8ce56d059c41e64de0f627af43160;p=citadel.git Small cosmetic change to the SMTP queue view --- diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index f3ac4a35d..b226b986f 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -115,7 +115,7 @@ void display_queue_msg(long msgnum) } wprintf(""); - wprintf("%ld", msgnum); + wprintf("%ld
", msgnum); wprintf(" %s", msgnum, msgid, _("(Delete)") );