# HG changeset patch # User Thomas Arendsen Hein # Date 2006-08-11 07:11:54 # Node ID 619f1c65384c18b5b1e9a6b043c873c1a0545eb7 # Parent 474adc2bc5f72464ddbecee670456876517ee94b Adjusted documentation for hgrc's "[smtp] host" for change in 9f745d3675d4. diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -306,7 +306,7 @@ http_proxy:: smtp:: Configuration for extensions that need to send email messages. host;; - Optional. Host name of mail server. Default: "mail". + Host name of mail server, e.g. "mail.example.com". port;; Optional. Port to connect to on mail server. Default: 25. tls;;