* merge from dav_rework:
[citadel.git] / webcit / smtpqueue.c
index dc8eb3eff26df1dff76dbad50b2b97866b4dc2a1..52fee09f99da81d084ebdca0bf1d80fe71364ef1 100644 (file)
@@ -183,7 +183,7 @@ void display_smtpqueue_inner_div(void) {
                Stat.maxload = 10000;
                Stat.lowest_found = (-1);
                Stat.highest_found = (-1);
-               num_msgs = load_msg_ptrs("MSGS ALL", &Stat);
+               num_msgs = load_msg_ptrs("MSGS ALL", &Stat, NULL);
                if (num_msgs > 0) {
                         wc_printf("<table class=\"mailbox_summary\" rules=rows "
                                "cellpadding=2 style=\"width:100%%;\">"