X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fextnotify%2Ffunambol65.c;h=53a0487bbe45314967ec41aa45e6d4b8092efac1;hb=e48dd53dfa3db71f308ae734e3a3e88dfa92abaa;hp=cebed9a05d2fda83a06d8c11ad2e893b9163bfea;hpb=9bbc203e6f2c812fa57ee2e1908b6b9ce5ebe71c;p=citadel.git diff --git a/citadel/modules/extnotify/funambol65.c b/citadel/modules/extnotify/funambol65.c index cebed9a05..53a0487bb 100644 --- a/citadel/modules/extnotify/funambol65.c +++ b/citadel/modules/extnotify/funambol65.c @@ -33,7 +33,7 @@ * of new mail for a user * Returns 0 if unsuccessful */ -int notify_funambol_server(char *user) { +int notify_funambol_server(char *user, char *msgid) { char port[1024]; int sock = -1; char *buf = NULL; @@ -105,6 +105,7 @@ int notify_funambol_server(char *user) { // Do substitutions help_subst(SOAPMessage, "^notifyuser", user); help_subst(SOAPMessage, "^syncsource", config.c_funambol_source); + help_subst(SOAPMessage, "^msgid", msgid); /* Build the HTTP request header */