Keep track of thread references, in the server and in the text client. This required...
[citadel.git] / citadel / msgbase.h
index 731f1bcd0f7cbe1ddba261137f15363b07ddb85a..1c02bd68630d93220a2ffb4728d629c97fba136b 100644 (file)
@@ -188,7 +188,8 @@ struct CtdlMessage *CtdlMakeMessage(
        char *my_email,                 /* which of my email addresses to use (empty is ok) */
         char *subject,                  /* Subject (optional) */
        char *supplied_euid,            /* ...or NULL if this is irrelevant */
-        char *preformatted_text         /* ...or NULL to read text from client */
+        char *preformatted_text,        /* ...or NULL to read text from client */
+       char *references                /* Thread references */
 );
 int CtdlCheckInternetMailPermission(struct ctdluser *who);
 int CtdlIsMe(char *addr, int addr_buf_len);