Skip to content
Snippets Groups Projects
Commit 37ca25a5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Document the editor property (field) of the message header object

there are still other undocumented fields/properties, but this one for sure
was missing.
parent e997e293
No related branches found
No related tags found
No related merge requests found
......@@ -3215,6 +3215,7 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
"<tr><td align=top><tt>mime_version</tt><td>MIME Version (optional)"
"<tr><td align=top><tt>content_type</tt><td>MIME Content-Type (optional)"
"<tr><td align=top><tt>summary</tt><td>Message Summary (optional)"
"<tr><td align=top><tt>editor</tt><td>Message Editor used by author (optional)"
"<tr><td align=top><tt>tags</tt><td>Message Tags (space-delimited, optional)"
"<tr><td align=top><tt>id</tt><td>Message's RFC-822 compliant Message-ID"
"<tr><td align=top><tt>reply_id</tt><td>Message's RFC-822 compliant Reply-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