diff options
author | Bill Wohler <wohler@newt.com> | 2014-03-16 17:50:05 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2014-03-16 17:50:05 -0700 |
commit | dd72e25cb2561f180437db5e84b08dd7670809ae (patch) | |
tree | 58a20d8e8eed92d5bf2006f31222dff2e439f1f0 /lisp/mh-e/mh-thread.el | |
parent | 5f0da6cecdc45ed391f35a85b48790d687452c5e (diff) | |
parent | 3e93bafb95608467e438ba7f725fd1f020669f8c (diff) | |
download | emacs-dd72e25cb2561f180437db5e84b08dd7670809ae.tar.gz |
Merge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus.org.
Diffstat (limited to 'lisp/mh-e/mh-thread.el')
-rw-r--r-- | lisp/mh-e/mh-thread.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index d368ca6454b..3fa7c2c4d37 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 |