summaryrefslogtreecommitdiff
path: root/public/message-threading.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-07-10 20:43:20 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-07-10 20:43:40 -0600
commit1847115052daa5460de5c87e9e95ed3e9d60831c (patch)
tree20a0370c372f3f271f03d95078f2852f48db124e /public/message-threading.md
parent09eab3442e382f082501965f2e9a8caf04fba5b8 (diff)
parent703b8810762db5c099594129f4221fcce0cf1fe6 (diff)
make: Add relax-ng-errata.mdpre-generated
Diffstat (limited to 'public/message-threading.md')
-rw-r--r--public/message-threading.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/message-threading.md b/public/message-threading.md
index eb83705..a710631 100644
--- a/public/message-threading.md
+++ b/public/message-threading.md
@@ -31,11 +31,11 @@ feedback valuable.
You write that the algorithm in RFC 5256 is merely a <q>restating</q> of
your algorithm, but I noticed 3 (minor) differences:
-
+
1. In your step 1.C, the RFC says to check whether this would create a
loop, and if it would to skip creating the link; your version only
says to perform this check in step 1.B.
-
+
2. The RFC says to sort the messages by date between your steps 4 and
5; that is: when grouping by subject, containers in the root set
should be processed in date-order (you do not specify an order),