From f73ac1a9fa9da267f2050eff7d305d89839f991b Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 11 May 2002 20:20:25 +0000 Subject: [PATCH] * dot.wl (wl-folder-summary-line-format-alist): Update. --- samples/en/dot.wl | 7 ++++--- samples/ja/dot.wl | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index a1381d7..20874b1 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -196,9 +196,10 @@ (setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s") ;; Set summary line format according to folder name. ;(setq wl-folder-summary-line-format-alist -; '(("^+" . "%n %T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s") -; ("^%inbox\\.emacs\\.wl$" . -; "%-5l %T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s"))) +; '(("^%inbox\\.emacs\\.wl$" . +; "%-5l%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s") +; ("^%" . "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s") +; ("^+" . "%n%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s"))) ;; imput asynchronously. ;; (utils/im-wl.el is needed to be installed. diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 5b1c25a..20eeaa0 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -196,9 +196,10 @@ (setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s") ;; フォルダ毎にサマリの表示形式を変える設定 ;(setq wl-folder-summary-line-format-alist -; '(("^+" . "%n %T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s") -; ("^%inbox\\.emacs\\.wl$" . -; "%-5l %T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s"))) +; '(("^%inbox\\.emacs\\.wl$" . +; "%-5l%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s") +; ("^%" . "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s") +; ("^+" . "%n%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s"))) ;; imput により非同期で送信する ;; (utils/im-wl.el をインストールしておく必要があります。 -- 1.7.10.4