aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2023-10-25 14:23:59 +0200
committerStefan Kangas2023-10-25 14:23:59 +0200
commit90474045c079af992d7a1aea2016d90a3f6d8a01 (patch)
tree7faabbe2fe5b2d214099dceb4a2fe70d8c49ca53
parent0ce068c298d9aa35614bc6c3fc2ce3dc683e9310 (diff)
downloademacs-90474045c079af992d7a1aea2016d90a3f6d8a01.tar.gz
emacs-90474045c079af992d7a1aea2016d90a3f6d8a01.zip
Add HTTPS to mh-access-types
* lisp/mh-e/mh-mime.el (mh-access-types): Add HTTPS.
-rw-r--r--lisp/mh-e/mh-mime.el1
1 files changed, 1 insertions, 0 deletions
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]."
1355 ("ftp") ; RFC2046 File Transfer Protocol 1355 ("ftp") ; RFC2046 File Transfer Protocol
1356 ("gopher") ; RFC1738 The Gopher Protocol 1356 ("gopher") ; RFC1738 The Gopher Protocol
1357 ("http") ; RFC1738 Hypertext Transfer Protocol 1357 ("http") ; RFC1738 Hypertext Transfer Protocol
1358 ("https") ; RFC2818 HTTP Over TLS
1358 ("local-file") ; RFC2046 Local file access 1359 ("local-file") ; RFC2046 Local file access
1359 ("mail-server") ; RFC2046 mail-server Electronic mail address 1360 ("mail-server") ; RFC2046 mail-server Electronic mail address
1360 ("mailto") ; RFC1738 Electronic mail address 1361 ("mailto") ; RFC1738 Electronic mail address