diff options
| author | Stefan Kangas | 2020-10-24 20:22:33 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-24 20:23:27 +0200 |
| commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
| tree | 11cdd1aa9078700dab40855d90e690ca292fa16f /lisp/mh-e | |
| parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
| download | emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip | |
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/mh-thread.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 43a589aeca2..e6ee87b8411 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; https://www.jwz.org/doc/threading.html | 29 | ;; https://www.jwz.org/doc/threading.html |
| 30 | ;; It also begins to implement the threading section of the IMAP - | 30 | ;; It also begins to implement the threading section of the IMAP - |
| 31 | ;; SORT and THREAD Extensions RFC at: | 31 | ;; SORT and THREAD Extensions RFC at: |
| 32 | ;; http://tools.ietf.org/html/rfc5256 | 32 | ;; https://tools.ietf.org/html/rfc5256 |
| 33 | ;; The implementation lacks the reference and subject canonicalization | 33 | ;; The implementation lacks the reference and subject canonicalization |
| 34 | ;; of the RFC. | 34 | ;; of the RFC. |
| 35 | 35 | ||