From: hmurata Date: Thu, 27 Nov 2003 11:12:17 +0000 (+0000) Subject: Update description for internal folder ('mark -> 'flag). X-Git-Tag: wl-2_11_23~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=add7bed8c24b09e8b84308cb924c737c408dff05;p=elisp%2Fwanderlust.git Update description for internal folder ('mark -> 'flag). Add wl-summary-print-argument-within-window. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 3549116..d935f20 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -1678,22 +1678,23 @@ Wanderlust の内部に保持したメッセージを閲覧するためのフォルダです。 @example @group -'mark -'sendlog -'cache/00〜1F +@samp{'flag/} @var{global-flag} +@samp{'sendlog} +@samp{'cache/00} 〜 @samp{'cache/1F} @end group @end example -@samp{'mark} というフォルダは、後述の重要マーク(@samp{$})がついたメッセー -ジを扱う特別な仮想フォルダです。重要マークをメッセージにつけておいて、 -あとから見直したいときなどに便利です。 +@samp{'flag} というフォルダは、@var{global-flag} で指定したフラグの +付いたメッセージを集めた仮想フォルダです。 -このフォルダでメッセージを削除すると、そのメッセージについていた -@samp{$}マークが削除されます。また、このフォルダにメッセージを追加すると、 -そのメッセージには @samp{$} マークが付けられます。 +現在は、@var{global-flag} として @samp{important} フラグがサポートされて +います。このフラグは、後述の重要マーク(@samp{$})を付けることでメッセージ +に付加されます。重要マークをメッセージにつけておいて、あとから見直したい +ときなどに便利です。 -(現在、@samp{'mark} フォルダからは IMAP サーバ上のマークを消せません。 -IMAP フォルダで直接消した場合だけサーバ上のマークが消えます。) +このフォルダでメッセージを削除すると、そのメッセージについていた +@var{global-flag} が削除されます。また、このフォルダにメッセージを追加す +ると、そのメッセージには @var{global-flag} が付けられます。 @samp{'sendlog} は @file{~/.elmo/sendlog} に記載されているメッセージのうち @@ -3900,6 +3901,12 @@ petname でも補完ができます。 初期設定は 80。サマリの表示幅を設定された値に切り詰めます。@code{nil} な ら表示幅を切り詰めません。 +@item wl-summary-print-argument-within-window +@vindex wl-summary-print-argument-within-window +初期設定は @code{nil}。Non-nil なら @code{wl-summary-width} が +@code{nil} であってもウィンドウの右端に揃えて、アクション引数を表示しま +す。 + @item wl-summary-from-width @vindex wl-summary-from-width 初期設定は 17。サマリの From 部分の表示幅です。 diff --git a/doc/wl.texi b/doc/wl.texi index 46d1a67..2886a1d 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -1651,25 +1651,22 @@ Format: @example @group -'mark -'sendlog -'cache/00 - 1F +@samp{'flag/} @var{global-flag} +@samp{'sendlog} +@samp{'cache/00} - @samp{'cache/1F} @end group @end example -A folder named @samp{'mark} is a special virtual folder which collects -messages which have important mark @samp{$}. +A folder named @samp{'flag} is a special virtual folder which collects +messages which have @var{global-flag}. -You can review important messages at once after you put important marks -on the messages in the different folders. +Now, @samp{important} flag is supported as @var{global-flag}. You can +review important messages at once after you put important marks on the +messages in the different folders. -In this folder, if you delete message, important mark @samp{$} put on -the message is removed. If you append messages to this folder, the -message will have @samp{$} mark. - -(Can't remove important mark @samp{$} on IMAP server from @samp{'mark} -folder. If you want IMAP folder's message remove from @samp{'mark} -folder, remove important mark at IMAP Folder.) +In this folder, if you delete message, @var{global-flag} put on the +message is removed. If you append messages to this folder, the message +will have @var{global-flag}. A folder named @samp{'sendlog} is a virtual folder which collects @@ -3906,6 +3903,12 @@ want to aware of reading direction, set this to @code{t}. The initial setting is 80. Width of summary line. If @code{nil}, summary line's width is as is. +@item wl-summary-print-argument-within-window +@vindex wl-summary-print-argument-within-window +The initial setting is @code{nil}. +If non-nil, the action argument is always printed on right side of +window. + @item wl-summary-from-width @vindex wl-summary-from-width The initial setting is 17.