(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)
; ))