diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-06-10 11:31:53 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-06-10 11:31:53 -0600 |
commit | 290354461422fff8c05ef9ce37ba154641e3f8fc (patch) | |
tree | 505e4faa4d6fba1e7d0b4addbda39a4e5beb26fd /cmd/generate/mailstuff | |
parent | 81c8d44fba88dbb049c48363d6b7697224b98a2e (diff) |
imworkingon: Fuss with forge precedence
Diffstat (limited to 'cmd/generate/mailstuff')
-rw-r--r-- | cmd/generate/mailstuff/jwz.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/generate/mailstuff/jwz.md b/cmd/generate/mailstuff/jwz.md index 54f0a45..91e03f5 100644 --- a/cmd/generate/mailstuff/jwz.md +++ b/cmd/generate/mailstuff/jwz.md @@ -11,11 +11,11 @@ feedback valuable. You write that the algorithm in RFC 5256 is merely a "restating" 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), |