From 0161c45e2c4bfaa36cd0353d02f17e4ac9c92df7 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 3 Apr 2004 12:32:21 +0000 Subject: [PATCH] update description for wl-smtp-connection-type=nil add description for wl-smtp-connection-tyle=ssl --- doc/wl-ja.texi | 3 ++- doc/wl.texi | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index f065105..b8c1bf6 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -4869,8 +4869,9 @@ SMTP AUTH による認証を行なうときの認証方式です。 @vindex wl-smtp-connection-type 初期設定は @code{nil}。 SMTP のコネクションをどのように張るかを指定します。 -@code{nil} なら @code{smtp-connection-type} を利用します。 +@code{nil} ならデフォルトの接続型式を利用します。 @code{starttls} なら STARTTLS (RFC2595)を利用してコネクションを張ります。 +@code{ssl} なら SSL を利用します。 @item wl-nntp-posting-server @vindex wl-nntp-posting-server diff --git a/doc/wl.texi b/doc/wl.texi index 4c9ee6e..151ba3a 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4901,8 +4901,9 @@ not be carried out. @vindex wl-smtp-connection-type The initial setting is @code{nil}. This variable specifies how to establish SMTP connections. -If @code{nil}, @code{smtp-connection-type} is used. -If it is @code{starttls}, STARTTLS (RFC2595) is used. +If @code{nil}, use default connection type. +If it is @code{starttls}, use STARTTLS (RFC2595). +If it is @code{ssl}, use SSL. @item wl-nntp-posting-server @vindex wl-nntp-posting-server -- 1.7.10.4