serv_extnotify now uses field '2' instead of field 'W' within the server; resolve...
[citadel.git] / citadel / msgbase.c
index a58093bbe38e6197b66f4dd0f2b2ca473eb2d9ce..2442afac9066342cac63bdd115f330c547e937b0 100644 (file)
@@ -3210,7 +3210,7 @@ long CtdlSubmitMsg(struct CtdlMessage *msg,       /* message to save */
                                        imsg->cm_fields['A'] = strdup("Citadel");
                                        imsg->cm_fields['J'] = strdup("do not journal");
                                        imsg->cm_fields['M'] = instr;   /* imsg owns this memory now */
-                                       imsg->cm_fields['W'] = strdup(recipient);
+                                       imsg->cm_fields['2'] = strdup(recipient);
                                        CtdlSubmitMsg(imsg, NULL, FNBL_QUEUE_ROOM, 0);
                                        CtdlFreeMessage(imsg);
                                }