From 5fc38270724cac36fa65df4037839c34fb32670d Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 20 May 2002 10:53:15 +0000 Subject: [PATCH] Summary line format becomes flexible. --- NEWS | 5 +++++ NEWS.ja | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 106794d..eef19ab 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. +** You can alter the format of summary lines. + Specify format by wl-summary-line-format. If you want to change ones + according to folder names, use wl-folder-summary-line-format-alist. + ** Save format for the draft folder has been changed. Messages are encoded before saved by wl-draft-save. @@ -32,6 +36,7 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. for setting the recipients in draft by the return value of it. ** The interface of the function wl-draft has been changed. + The initial set of headers are handed as an association list. ** The uses of wl-generate-mailer-string-function has been changed. Specify a function which returns some string to appear in User-Agent header. diff --git a/NEWS.ja b/NEWS.ja index 3fe3e74..4de0ac8 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,5 +1,9 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. +** サマリ行の表示形式を変更できるようになりました。 + wl-summary-line-format で書式を設定できます。フォルダ毎に書式を変えたい + 場合は wl-folder-summary-line-format-alist を用いて下さい。 + ** ドラフトフォルダへの保存形式が変更されました。wl-draft-save の際には エンコードして保存されます。 @@ -34,6 +38,7 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. 決められるようになりました。 ** 関数 wl-draft のインターフェースが変更されました。 + 最初に用意するヘッダを関連リストの形で渡すようになりました。 ** wl-generate-mailer-string-function の使用法が変更になりました。 User-Agent フィールドに入る文字列を返す関数を指定して下さい。 -- 1.7.10.4