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
No related branches found
No related tags found
No related merge requests found
......@@ -509,6 +509,7 @@ typedef struct { // Message
*to_ext, // To extension
*from, // From name
*from_ext, // From extension
*from_org, // From organization
*replyto, // Reply-to name
*replyto_ext, // Reply-to extension */
*id, // RFC822 Message-ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment