For messages delivered to a mailing list, add the room name to the subject line,...
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
index e18fe563f0f955d0a2e9cc78de4c80c73e442811..ad5731479c76382469a5a5e60068c30048405f1d 100644 (file)
@@ -561,7 +561,7 @@ CTDL_MODULE_INIT(smtpclient)
 {
        if (!threading) {
                CtdlRegisterMessageHook(smtp_aftersave, EVT_AFTERSAVE);
-               CtdlRegisterSessionHook(smtp_do_queue, EVT_TIMER, PRIO_AGGR + 50);
+               CtdlRegisterSessionHook(smtp_do_queue, EVT_TIMER, PRIO_AGGR + 51);
                smtp_init_spoolout();
        }