VACATION and REJECT messages now appear to come from
[citadel.git] / citadel / serv_listsub.c
index e9099c0dde3c511258ff5ddcd2c96bece0067351..bab07a74badc7867e504ccfc39cef58c93dde047 100644 (file)
@@ -204,6 +204,7 @@ void do_subscribe(char *room, char *email, char *subtype, char *webpage) {
 
        quickie_message(        /* This delivers the message */
                "Citadel",
+               NULL,
                email,
                NULL,
                confirmation_request,
@@ -342,6 +343,7 @@ void do_unsubscribe(char *room, char *email, char *webpage) {
 
        quickie_message(        /* This delivers the message */
                "Citadel",
+               NULL,
                email,
                NULL,
                confirmation_request,