(modules-alist): Remove im-wl conditional.
+2004-01-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * WL-ELS (UTILS-MODULES): Add im-wl.
+ (modules-alist): Remove im-wl conditional.
+
2004-01-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* WL-ELS (ELMO-MODULES): Added elsp-bsfilter.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Utils
-(defvar UTILS-MODULES '(rfc2368 wl-mailto wl-addrbook wl-complete))
+(defvar UTILS-MODULES '(rfc2368 im-wl wl-mailto wl-addrbook wl-complete))
;; OpenSSL/SSLeay package is also needed.
(if (module-installed-p 'base64)
(cons WLDIR WL-MODULES)
(if (module-installed-p 'bbdb)
(cons UTILSDIR (list 'bbdb-wl)))
- (if (exec-installed-p "imput")
- (cons UTILSDIR (list 'im-wl)))
(if wl-install-utils
(cons UTILSDIR UTILS-MODULES))))
@file{util/im-wl.el} \e$B$r\e(B @code{load-path} \e$B$K$*$$$F0J2<$N$h$&$K@_Dj$9$l$P\e(B
OK \e$B$G$9!#\e(B
-\e$B%$%s%9%H!<%k;~$K\e(B @code{exec-path} \e$B>e$K\e(B @command{imput} \e$B$,$"$l$P!"\e(B
-@file{im-wl.el}\e$B$O%$%s%9%H!<%k$5$l$^$9!#\e(B@xref{Install}.
-
@lisp
@group
(autoload 'wl-draft-send-with-imput-async "im-wl")
Place @file{util/im-wl.el} on the @code{load-path} and do the following
settings.
-If @command{imput} is on the @code{exec-path} at the installation,
-@file{im-wl.el} is byte-compiled and installed. @xref{Install}.
-
@lisp
@group
(autoload 'wl-draft-send-with-imput-async "im-wl")