From fa553684403ea3f95ec88e544464f07481059d05 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 8 Apr 2013 20:13:20 -0700 Subject: [PATCH] Update reference for threading RFC. --- lisp/mh-e/mh-thread.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index d80e9f3ae53..fc0925f1260 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el @@ -27,9 +27,11 @@ ;; The threading portion of this files tries to implement the ;; algorithm described at: ;; http://www.jwz.org/doc/threading.html -;; It also begins to implement the IMAP Threading extension RFC. The -;; implementation lacks the reference and subject canonicalization of -;; the RFC. +;; It also begins to implement the threading section of the IMAP - +;; SORT and THREAD Extensions RFC at: +;; http://tools.ietf.org/html/rfc5256 +;; The implementation lacks the reference and subject canonicalization +;; of the RFC. ;; In the presentation buffer, children messages are shown indented ;; with either [ ] or < > around them. Square brackets ([ ]) denote -- 2.39.2