From: teranisi Date: Thu, 27 Dec 2001 07:56:55 +0000 (+0000) Subject: Added description about elmo-pop3-default-use-uidl. X-Git-Tag: wl-2_8_0~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=450464dbbfd294025b83af4ebf957db6cc599a8c;p=elisp%2Fwanderlust.git Added description about elmo-pop3-default-use-uidl. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 27e2f63..19a3b66 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -1251,25 +1251,30 @@ RFC 1939 $B$G5,Dj$5$l$?(B POP3 $B$rMxMQ$7$F%a!<%k$rFI$`$?$a$N%U%)%k%@$G$9!#( @example @group -@samp{&} [@var{$B%f!<%6L>(B}][[@samp{/} @var{$BG'>ZK!(B}][@samp{@@} @var{$B%[%9%HL>(B}][@samp{:} @var{$B%]!<%HHV9f(B}]][@samp{!}] +@samp{&} [@var{$B%f!<%6L>(B}][[@samp{/} @var{$BG'>ZK!(B}][@samp{:} @var{$BHV9f$N?6$jJ}(B}][@samp{@@} @var{$B%[%9%HL>(B}][@samp{:} @var{$B%]!<%HHV9f(B}]][@samp{!}] @end group @end example @var{$BG'>ZK!(B}$B$K$O!"(B@samp{user} ($B@8%Q%9%o!<%I$rAw?.$7$FG'>Z(B) $B$H(B @samp{apop} (APOP $B$GG'>Z(B) $B$N(B 2 $B(B -> $BJQ?t(B @code{elmo-pop3-default-user} $B$NCM!#(B - $B=i4|@_Dj$O(B $B4D6-JQ?t(B @env{USER} $B$+!"(B@env{LOGNAME} $B$+!"(B - @code{(user-login-name)} $B$NJV$jCM!#(B -$BG'>ZK!(B -> $BJQ?t(B @code{elmo-pop3-default-authenticate-type} $B$NCM!#(B - $B=i4|@_Dj$O(B "user"$B!#(B -$B%[%9%HL>(B -> $BJQ?t(B @code{elmo-pop3-default-server} $B$NCM!#(B - $B=i4|@_Dj$O(B "localhost"$B!#(B -$B%]!<%HHV9f(B -> $BJQ?t(B @code{elmo-pop3-default-port} $B$NCM!#(B - $B=i4|@_Dj$O(B 110$B!#(B +$B%f!<%6L>(B -> $BJQ?t(B @code{elmo-pop3-default-user} $B$NCM!#(B + $B=i4|@_Dj$O(B $B4D6-JQ?t(B @env{USER} $B$+!"(B@env{LOGNAME} $B$+!"(B + @code{(user-login-name)} $B$NJV$jCM!#(B +$BG'>ZK!(B -> $BJQ?t(B @code{elmo-pop3-default-authenticate-type} $B$NCM!#(B + $B=i4|@_Dj$O(B "user"$B!#(B +$BHV9f$N?6$jJ}(B-> $BJQ?t(B @code{elmo-pop3-default-use-uidl} $B$NCM$K$h$k!#(B + t $B$J$i(B UIDL $B$rMQ$$$k!#=i4|@_Dj$O(B t$B!#(B +$B%[%9%HL>(B -> $BJQ?t(B @code{elmo-pop3-default-server} $B$NCM!#(B + $B=i4|@_Dj$O(B "localhost"$B!#(B +$B%]!<%HHV9f(B -> $BJQ?t(B @code{elmo-pop3-default-port} $B$NCM!#(B + $B=i4|@_Dj$O(B 110$B!#(B @end example $BNc(B: diff --git a/doc/wl.texi b/doc/wl.texi index 3c8dc21..bb81e61 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -1233,7 +1233,7 @@ Format: @example @group -@samp{&} [@var{username}][[@samp{/} @var{authenticate-type}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}] +@samp{&} [@var{username}][[@samp{/} @var{authenticate-type}][@samp{:} @var{numbering-method}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}] @end group @end example @@ -1241,6 +1241,9 @@ You can specify @samp{user} (plain password transmission) or @samp{apop} (APOP authentication) as @var{authenticate-type}. +You can specify @samp{uidl} (use UIDL command for message numbering) or +@samp{list} (use LIST command for message numbering) ad @samp{numbering-method}. + default: @example @var{username} -> The value of @code{elmo-pop3-default-user}. @@ -1249,6 +1252,8 @@ default: @code{(user-login-name)}. @var{authenticate-type} -> The value of @code{elmo-pop3-default-authenticate-type}. Initial setting is @samp{user}. +@var{numbering-method} -> Follow the value of @code{elmo-pop3-default-use-uidl}. + If t, use UIDL for numbering. Initial setting is t. @var{hostname} -> The value of @code{elmo-pop3-default-server}. Initial setting is @samp{localhost}. @var{port} -> The value of @code{elmo-pop3-default-port}.