Server-side changes to allow users to submit messages
[citadel.git] / citadel / msgbase.h
index d8a3697ee5a865b3bc33d16bd505b7d2a64442dd..1e0616bbb1aeb4ec40d16093a6a1070bd8f6a70a 100644 (file)
@@ -163,6 +163,7 @@ struct CtdlMessage *CtdlMakeMessage(
         int type,                       /* see MES_ types in header file */
         int format_type,                /* variformat, plain text, MIME... */
         char *fake_name,                /* who we're masquerading as */
+       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 */