mercurial/help/config.txt
changeset 29285 63a3749147af
parent 29267 f0ccb6cde3e5
child 29334 ecc9b788fd69
--- a/mercurial/help/config.txt	Tue Apr 05 07:30:01 2016 +0200
+++ b/mercurial/help/config.txt	Sat Jun 04 11:13:28 2016 -0700
@@ -1486,16 +1486,6 @@
     Optional. Method to enable TLS when connecting to mail server: starttls,
     smtps or none. (default: none)
 
-``verifycert``
-    Optional. Verification for the certificate of mail server, when
-    ``tls`` is starttls or smtps. "strict", "loose" or False. For
-    "strict" or "loose", the certificate is verified as same as the
-    verification for HTTPS connections (see ``[hostfingerprints]`` and
-    ``[web] cacerts`` also). For "strict", sending email is also
-    aborted, if there is no configuration for mail server in
-    ``[hostfingerprints]`` and ``[web] cacerts``.  --insecure for
-    :hg:`email` overwrites this as "loose". (default: strict)
-
 ``username``
     Optional. User name for authenticating with the SMTP server.
     (default: None)