X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsmtpqueue.c;h=b226b986f3fe278e506937a96957a653bc4f76e2;hb=114defd605b8ce56d059c41e64de0f627af43160;hp=f3ac4a35d5aa30f47a3704f159dd09d6336b2bf8;hpb=7360805c0ddbea122625b298a1826167c8af3dc0;p=citadel.git 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)") );