From 6a3d52e8ba28c1cc4664bfaf57b3832b8c49a286 Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 10 May 2002 09:26:28 +0000 Subject: [PATCH] * dot.wl (wl-summary-line-format): Add missing children number. --- samples/en/dot.wl | 2 +- samples/ja/dot.wl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 1e73622..e1572fd 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -193,7 +193,7 @@ "x-mail-count" "x-ml-count" "x-sequence")) ;; ML message displays ML name and ML sequence number in subject. -(setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[ %17f %] %#%~%s") +(setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s") ;(setq wl-summary-line-format "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%#%~%s") ;; imput asynchronously. diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index a6064f3..dad6c54 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -193,7 +193,7 @@ ;; ML のメッセージであれば,サマリの Subject 表示に ;; ML名 や MLにおけるメッセージ番号も表示する -(setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[ %17f %] %#%~%s") +(setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s") ;(setq wl-summary-line-format "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%#%~%s") ;; imput により非同期で送信する -- 1.7.10.4