From: yoichi Date: Wed, 5 May 2004 17:22:49 +0000 (+0000) Subject: * WL-ELS (UTILS-MODULES): Fix the last change, test mail/rfc2368. X-Git-Tag: wl-2_11_27~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9c624cbcde3b33c80c9334d28a5e706b66796ff7;p=elisp%2Fwanderlust.git * WL-ELS (UTILS-MODULES): Fix the last change, test mail/rfc2368. --- diff --git a/ChangeLog b/ChangeLog index 4712629..c2e25e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-06 Yoichi NAKAYAMA + + * WL-ELS (UTILS-MODULES): Fix the last change, test mail/rfc2368. + 2004-04-11 Yoichi NAKAYAMA * WL-ELS (UTILS-MODULES): If rfc2368 found, not to install it. diff --git a/WL-ELS b/WL-ELS index a4439b2..5063a98 100644 --- a/WL-ELS +++ b/WL-ELS @@ -67,7 +67,7 @@ ;;; Utils (defvar UTILS-MODULES '(im-wl wl-mailto wl-addrbook wl-complete)) -(if (not (module-installed-p 'rfc2368)) +(if (not (module-installed-p 'mail/rfc2368)) (add-to-list 'UTILS-MODULES 'rfc2368)) ;; OpenSSL/SSLeay package is also needed.