emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 90474045c07: Add HTTPS to mh-access-types


From: Stefan Kangas
Subject: master 90474045c07: Add HTTPS to mh-access-types
Date: Wed, 25 Oct 2023 08:26:52 -0400 (EDT)

branch: master
commit 90474045c079af992d7a1aea2016d90a3f6d8a01
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add HTTPS to mh-access-types
    
    * lisp/mh-e/mh-mime.el (mh-access-types): Add HTTPS.
---
 lisp/mh-e/mh-mime.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 6c498d8df71..b493f7d86dd 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -1355,6 +1355,7 @@ See also \\[mh-mh-to-mime]."
     ("ftp")             ; RFC2046 File Transfer Protocol
     ("gopher")          ; RFC1738 The Gopher Protocol
     ("http")            ; RFC1738 Hypertext Transfer Protocol
+    ("https")           ; RFC2818 HTTP Over TLS
     ("local-file")      ; RFC2046 Local file access
     ("mail-server")     ; RFC2046 mail-server Electronic mail address
     ("mailto")          ; RFC1738 Electronic mail address



reply via email to

[Prev in Thread] Current Thread [Next in Thread]