From: kaoru Date: Thu, 20 Dec 2001 13:06:24 +0000 (+0000) Subject: Fixed wl-draft-config-alist. X-Git-Tag: wl-2_9_5~74 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c0f4349530a1c2106d4477a0314304d4332a378a;p=elisp%2Fwanderlust.git Fixed wl-draft-config-alist. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 7a72a56..76736e9 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -258,13 +258,13 @@ )) ;; Change headers in draft sending time. (setq wl-draft-config-alist - '((reply ;; see reply buffer + '((reply ; see reply buffer "^To: .*test-notsend-wl@lists\\.airs\\.net" - (template . "default")) ;; template + (template . "default")) ; template ("^To: .*test-notsend-wl@lists\\.airs\\.net" - wl-ml-draft-config-function ;; function - ("From" . wl-from) ;; variable - ("Organization" . "~/.wl sample")) ;; string + ding ; function + ("From" . wl-from) ; variable + ("Organization" . "CHANGE THIS!!")) ; string ("^Newsgroups: test.*" ("Organization" . "organization for nntp.")) )) diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 3f9fa69..df914da 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -259,13 +259,13 @@ ;; ドラフトバッファの内容により From や Organization などのヘッダを自 ;; 動的に変更する (setq wl-draft-config-alist - '((reply ;; 返信元のバッファを見る + '((reply ; 返信元のバッファを見る "^To: .*test-notsend-wl@lists\\.airs\\.net" (template . "default")) ; テンプレート ("^To: .*test-notsend-wl@lists\\.airs\\.net" - wl-ml-draft-config-function ; 関数 + ding ; 関数 ("From" . wl-from) ; 変数 - ("Organization" . "~/.wl sample")) ; 文字列 + ("Organization" . "CHANGE THIS!!")) ; 文字列 ("^Newsgroups: test.*" ("Organization" . "ニュース投稿時の組織名")) ))