From 53dbc397158e2331e1abe3726d90684aed9128f5 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 3 Dec 2004 16:49:20 +0000
Subject: [PATCH] Updated descriptions of thread_back/next/first header fields.

---
 src/sbbs3/js_msgbase.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sbbs3/js_msgbase.c b/src/sbbs3/js_msgbase.c
index 6f7b55d4d3..12f9694f80 100644
--- a/src/sbbs3/js_msgbase.c
+++ b/src/sbbs3/js_msgbase.c
@@ -1718,9 +1718,9 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
 	"<tr><td><tt>when_written_zone</tt><td>Time zone"
 	"<tr><td><tt>when_imported_time</tt><td>Date/time message was imported"
 	"<tr><td><tt>when_imported_zone</tt><td>Time zone"
-	"<tr><td><tt>thread_back</tt><td>Replying to this message number"
-	"<tr><td><tt>thread_next</tt><td>Number of next message in this thread"
-	"<tr><td><tt>thread_first</tt><td>Number of first reply to this message"
+	"<tr><td><tt>thread_back</tt><td>Message number that this message is a reply to"
+	"<tr><td><tt>thread_next</tt><td>Message number of the next reply to the original message in this thread"
+	"<tr><td><tt>thread_first</tt><td>Message number of the first reply to this message"
 	"<tr><td><tt>field_list[].type</tt><td>Other SMB header fields (type)"
 	"<tr><td><tt>field_list[].data</tt><td>Other SMB header fields (data)"
 	"</table>"
-- 
GitLab