HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / webcit / smtpqueue.c
index 664e5eff6f087736512a0cde2f5e6f7ecfc930cc..9b9e5726fc7ae4d6308c27ef093d5875a4e17877 100644 (file)
@@ -144,7 +144,7 @@ void display_queue_msg(long msgnum)
 
        wprintf("</td><td>");
        if (submitted > 0) {
-               fmt_date(buf, submitted, 1);
+               webcit_fmt_date(buf, submitted, 1);
                wprintf("%s", buf);
        }
        else {
@@ -153,7 +153,7 @@ void display_queue_msg(long msgnum)
 
        wprintf("</td><td>");
        if (last_attempt > 0) {
-               fmt_date(buf, last_attempt, 1);
+               webcit_fmt_date(buf, last_attempt, 1);
                wprintf("%s", buf);
        }
        else {