diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-22 23:53:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-23 00:12:52 -0700 |
commit | 946a56a10fed769646a8b7c4ebc53f53c84be896 (patch) | |
tree | 33a93593b428789b7e49376427eac09d21082808 /doc/misc/message.texi | |
parent | 78669517dc3db4d6d51fb26d71073fc0c196ab5d (diff) | |
download | emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.tar.gz emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.tar.bz2 emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.zip |
Update some URLs
This mostly changes http: to https: in URLs. It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r-- | doc/misc/message.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 7089bb5dfe3..9b79fe687d2 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -1143,7 +1143,7 @@ standards, OpenSSL and so on. The @acronym{S/MIME} support in Message (and @acronym{MML}) can use OpenSSL@. OpenSSL performs the actual @acronym{S/MIME} sign/encrypt -operations. OpenSSL can be found at @uref{http://www.openssl.org/}. +operations. OpenSSL can be found at @uref{https://www.openssl.org/}. OpenSSL 0.9.6 and later should work. Version 0.9.5a cannot extract mail addresses from certificates, and it insert a spurious CR character into @acronym{MIME} separators so you may wish to avoid it if you would like @@ -1291,7 +1291,7 @@ to change this behavior you can customize the This causes to sign and encrypt in two passes, thus generating a message that can be understood by PGP version 2. -(Refer to @uref{http://www.gnupg.org/gph/en/pgp2x.html} for more +(Refer to @uref{https://www.gnupg.org/gph/en/pgp2x.html} for more information about the problem.) @node Encrypt-to-self |