From 1bd822f5dcb83b306b2c6f30a4770afdfa3d10ff Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 20 May 2002 07:59:34 +0000 Subject: [PATCH] * im-wl.el: wl-draft-send-func -> wl-draft-send-function in the example settings. --- utils/ChangeLog | 5 +++++ utils/im-wl.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/utils/ChangeLog b/utils/ChangeLog index b647226..8b7fb9f 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,8 @@ +2002-05-20 Yoichi NAKAYAMA + + * im-wl.el: wl-draft-send-func -> wl-draft-send-function + in the example settings. + 2002-04-28 TAKAHASHI Kaoru * bbdb-wl.el (bbdb-wl-setup): Add `bbdb-offer-save' to diff --git a/utils/im-wl.el b/utils/im-wl.el index b60d8ae..92a8f57 100644 --- a/utils/im-wl.el +++ b/utils/im-wl.el @@ -27,7 +27,7 @@ ;; General settings: ;; (autoload 'wl-draft-send-with-imput-async "im-wl") -;; (setq wl-draft-send-func 'wl-draft-send-with-imput-async) +;; (setq wl-draft-send-function 'wl-draft-send-with-imput-async) ;; ;; for Nifty4U+ users: ;; (add-hook 'wl-mail-setup-hook '(lambda () (require 'im-wl))) @@ -36,7 +36,7 @@ ;; ;; to avoid header-encoding. ;; ;; [cf. slrn-ja-0.9.4.6.jp4/doc/README.macros.euc] ;; ;(eword-field-encoding-method-alist . '((t . iso-2022-jp-2))) -;; (wl-draft-send-func . 'wl-draft-send-with-imput-async) +;; (wl-draft-send-function . 'wl-draft-send-with-imput-async) ;; (im-wl-dispatcher . '("~/nifty4u-plus/inews-nifty4u" "-h")) ;; (im-wl-dispatcher-error-msg ;; . (format "^%s :" (expand-file-name (car im-wl-dispatcher))))))) -- 1.7.10.4