From: kaoru Date: Tue, 11 Sep 2001 20:28:27 +0000 (+0000) Subject: Synch with ja/dot.wl. X-Git-Tag: wl-2_7_4~27 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc488aea908c648e6d94879e87bcd48095c1b3b;p=elisp%2Fwanderlust.git Synch with ja/dot.wl. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 432fe91..9458b5a 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -43,7 +43,8 @@ (setq wl-subscribed-mailing-list '("wl@lists.airs.net" "apel-ja@m17n.org" - ;;"ml@example.com" ... + "emacs-mime-ja@m17n.org" + ;; "ml@example.com" ... )) ;; If (system-name) does not return FQDN, @@ -149,7 +150,10 @@ ;; change plug status by server or port at startup. ;(add-hook 'wl-make-plugged-hook ; '(lambda () +; ;; Add or Change plug status for SERVER and PORT. ; (elmo-set-plugged plugged(t/nil) server port) +; ;; When omit port, SEVERS all port was changes. +; ;; (Can't add plug status without PORT) ; (elmo-set-plugged plugged(t/nil) server) ; ))