From: hmurata Date: Thu, 15 Jun 2006 04:11:48 +0000 (+0000) Subject: Add description for elmo-msgdb-extra-fields. X-Git-Tag: wl-2_15_4~29 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fwanderlust.git;a=commitdiff_plain;h=3e31d481762f539f79632d0ca9cab80b65380c87 Add description for elmo-msgdb-extra-fields. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index a04042b..7cc7bde 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -178,7 +178,11 @@ ;; Set extra field use with `elmo-message-entity-field'. ;; And use with auto-refile. -(setq elmo-msgdb-extra-fields '("ml-info")) +(setq elmo-msgdb-extra-fields + '(;; Use with elsp-header in elmo-spam. + "x-spam-flag" + ;; Virtual field defined by `modb-entity-field-extractor-alist' + "ml-info")) ;; 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") diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 0d472b8..6e32134 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -177,7 +177,11 @@ ;; `elmo-message-entity-field' で参照したいフィールド。 ;; 自動リファイルで参照したいフィールドも設定する。 -(setq elmo-msgdb-extra-fields '("ml-info")) +(setq elmo-msgdb-extra-fields + '(;; elsp-header で参照するフィールド + "x-spam-flag" + ;; `modb-entity-field-extractor-alist' で定義された仮想フィールド + "ml-info")) ;; ML のメッセージであれば,サマリの Subject 表示に ;; ML名 や MLにおけるメッセージ番号も表示する