Skip to content
Snippets Groups Projects
Commit cabfada1 authored by rswindell's avatar rswindell
Browse files

Created convenience pointer to SENDERORG header field (msg.from_org).

parent dd68ee01
Branches
Tags
No related merge requests found
...@@ -509,6 +509,7 @@ typedef struct { // Message ...@@ -509,6 +509,7 @@ typedef struct { // Message
*to_ext, // To extension *to_ext, // To extension
*from, // From name *from, // From name
*from_ext, // From extension *from_ext, // From extension
*from_org, // From organization
*replyto, // Reply-to name *replyto, // Reply-to name
*replyto_ext, // Reply-to extension */ *replyto_ext, // Reply-to extension */
*id, // RFC822 Message-ID *id, // RFC822 Message-ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment