Synch with ja/dot.wl.
authorkaoru <kaoru>
Tue, 11 Sep 2001 20:28:27 +0000 (20:28 +0000)
committerkaoru <kaoru>
Tue, 11 Sep 2001 20:28:27 +0000 (20:28 +0000)
samples/en/dot.wl

index 432fe91..9458b5a 100644 (file)
@@ -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,
 ;; 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)
 ;           ))