returns "localhost.localdomain". (Although it doesn't affect because
of condition-case, see change in 2002-01-23 by Teranisi-san.)
+2002-02-28 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl.el (wl-check-environment): Also cause error when (system-name)
+ returns "localhost.localdomain". (Although it doesn't affect because
+ of condition-case, see change in 2002-01-23 by Teranisi-san.)
+
2002-02-26 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
(error "Please remove `@' from `wl-message-id-domain'"))
(if (string= wl-local-domain "localdomain")
(error "Please set `wl-local-domain'"))
- (if (string= wl-message-id-domain "localhost.localdomain")
+ (if (string= domain "localhost.localdomain")
(error "Please set `wl-message-id-domain'")))
;; folders
(when (not no-check-folder)