Add HTTPS to mh-access-types
* lisp/mh-e/mh-mime.el (mh-access-types): Add HTTPS.
This commit is contained in:
parent
0ce068c298
commit
90474045c0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue