diff options
| -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 d80e9f3ae53..fc0925f1260 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -27,9 +27,11 @@ | |||
| 27 | ;; The threading portion of this files tries to implement the | 27 | ;; The threading portion of this files tries to implement the |
| 28 | ;; algorithm described at: | 28 | ;; algorithm described at: |
| 29 | ;; http://www.jwz.org/doc/threading.html | 29 | ;; http://www.jwz.org/doc/threading.html |
| 30 | ;; It also begins to implement the IMAP Threading extension RFC. The | 30 | ;; It also begins to implement the threading section of the IMAP - |
| 31 | ;; implementation lacks the reference and subject canonicalization of | 31 | ;; SORT and THREAD Extensions RFC at: |
| 32 | ;; the RFC. | 32 | ;; http://tools.ietf.org/html/rfc5256 |
| 33 | ;; The implementation lacks the reference and subject canonicalization | ||
| 34 | ;; of the RFC. | ||
| 33 | 35 | ||
| 34 | ;; In the presentation buffer, children messages are shown indented | 36 | ;; In the presentation buffer, children messages are shown indented |
| 35 | ;; with either [ ] or < > around them. Square brackets ([ ]) denote | 37 | ;; with either [ ] or < > around them. Square brackets ([ ]) denote |