From: yoichi Date: Sat, 11 May 2002 20:20:25 +0000 (+0000) Subject: * dot.wl (wl-folder-summary-line-format-alist): Update. X-Git-Tag: elmo-mark-root~129 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f73ac1a9fa9da267f2050eff7d305d89839f991b;p=elisp%2Fwanderlust.git * dot.wl (wl-folder-summary-line-format-alist): Update. --- 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 をインストールしておく必要があります。