From: yoichi Date: Sat, 11 May 2002 20:12:10 +0000 (+0000) Subject: * dot.wl: Add setting for wl-folder-summary-line-format-alist. X-Git-Tag: elmo-mark-root~130 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=dac454767c222c4de9f06a297f15da26f3aa70ea;p=elisp%2Fwanderlust.git * dot.wl: Add setting for wl-folder-summary-line-format-alist. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index e1572fd..a1381d7 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -194,7 +194,11 @@ ;; 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%[%17(%c %f%) %] %#%~%s") -;(setq wl-summary-line-format "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%#%~%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"))) ;; imput asynchronously. ;; (utils/im-wl.el is needed to be installed. diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index dad6c54..5b1c25a 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -194,7 +194,11 @@ ;; ML のメッセージであれば,サマリの Subject 表示に ;; ML名 や MLにおけるメッセージ番号も表示する (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") +;; フォルダ毎にサマリの表示形式を変える設定 +;(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"))) ;; imput により非同期で送信する ;; (utils/im-wl.el をインストールしておく必要があります。