Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
988063dc
Commit
988063dc
authored
May 03, 2019
by
rswindell
Browse files
Document the message header fields:
- votes - priority - delivery_attempts
parent
b88658cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/sbbs3/js_msgbase.c
src/sbbs3/js_msgbase.c
+4
-0
No files found.
src/sbbs3/js_msgbase.c
View file @
988063dc
...
@@ -3146,6 +3146,10 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
...
@@ -3146,6 +3146,10 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
"<tr><td align=top><tt>thread_back</tt><td>Message number that this message is a reply to"
"<tr><td align=top><tt>thread_back</tt><td>Message number that this message is a reply to"
"<tr><td align=top><tt>thread_next</tt><td>Message number of the next reply to the original message in this thread"
"<tr><td align=top><tt>thread_next</tt><td>Message number of the next reply to the original message in this thread"
"<tr><td align=top><tt>thread_first</tt><td>Message number of the first reply to this message"
"<tr><td align=top><tt>thread_first</tt><td>Message number of the first reply to this message"
"<tr><td align=top><tt>votes</tt><td>Bit-field of votes if ballot, maximum allowed votes per ballot if poll"
"<tr><td align=top><tt>priority</tt><td>Priority value following the <i>X-Priority</i> email header schcme "
"(1 = highest, 3 = normal, 5 = lowest, 0 = unspecified)"
"<tr><td align=top><tt>delivery_attempts</tt><td>Number of failed delivery attempts (e.g. over SMTP)"
"<tr><td align=top><tt>field_list[].type</tt><td>Other SMB header fields (type)"
"<tr><td align=top><tt>field_list[].type</tt><td>Other SMB header fields (type)"
"<tr><td align=top><tt>field_list[].data</tt><td>Other SMB header fields (data)"
"<tr><td align=top><tt>field_list[].data</tt><td>Other SMB header fields (data)"
"<tr><td align=top><tt>can_read</tt><td>true if the current user can read this validated or unmoderated message"
"<tr><td align=top><tt>can_read</tt><td>true if the current user can read this validated or unmoderated message"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment