From: yoichi Date: Fri, 10 May 2002 08:37:27 +0000 (+0000) Subject: * dot.wl (wl-summary-line-format): Follow the change. X-Git-Tag: elmo-mark-root~139 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a3dc41f681fdf348f8ce7992654df76d556b30;p=elisp%2Fwanderlust.git * dot.wl (wl-summary-line-format): Follow the change. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 834fd46..1e73622 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -193,8 +193,8 @@ "x-mail-count" "x-ml-count" "x-sequence")) ;; ML message displays ML name and ML sequence number in subject. -(setq wl-summary-line-format "%M/%D(%W)%h:%m %t%[%17F %] %#%~%s") -;(setq wl-summary-line-format "%M/%D %h:%m %-4S %[ %17f %] %t%C%#%~%s") +(setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[ %17f %] %#%~%s") +;(setq wl-summary-line-format "%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 f74d9d5..a6064f3 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -193,8 +193,8 @@ ;; ML のメッセージであれば,サマリの Subject 表示に ;; ML名 や MLにおけるメッセージ番号も表示する -(setq wl-summary-line-format "%M/%D(%W)%h:%m %t%[%17F %] %#%~%s") -;(setq wl-summary-line-format "%M/%D %h:%m %-4S %[ %17f %] %t%C%#%~%s") +(setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[ %17f %] %#%~%s") +;(setq wl-summary-line-format "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%#%~%s") ;; imput により非同期で送信する ;; (utils/im-wl.el をインストールしておく必要があります。