header, when parsing for address-qualification. Previously one was only
written if there were rewrite rules.
+JH/16 Two-phase queue runs are now reported in the daemon startup log line and
+ in exiwhat output.
+
Exim version 4.97
-----------------
-const uschar *
+static const uschar *
describe_queue_runners(void)
{
gstring * g = NULL;
for (qrunner * q = qrunners; q; q = q->next)
{
g = string_catn(g, US"-q", 2);
+ if (q->queue_2stage) g = string_catn(g, US"q", 1);
if (q->name) g = string_append(g, 3, US"G", q->name, US"/");
g = string_cat(g, readconf_printtime(q->interval));
g = string_catn(g, US" ", 1);