result message.
* wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
`elmo-multiple-fields-body-list' with boundary as
mail-header-separator.
+2004-04-02 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-spam.el (wl-message-check-spam): Fixed problem no display
+ result message.
+
+ * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
+ `elmo-multiple-fields-body-list' with boundary as
+ mail-header-separator.
+
2004-04-01 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
(lambda (addr)
(nth 1 (std11-extract-address-components addr)))
(wl-parse-addresses
- (mapconcat 'identity (elmo-multiple-fields-body-list (list field)) ","))))
+ (mapconcat
+ 'identity
+ (elmo-multiple-fields-body-list (list field) mail-header-separator)
+ ","))))
(defun wl-addrmgr-pickup-entry-list (buffer)
"Return a list of address entiry from BUFFER."
(number wl-message-buffer-cur-number)
spam)
(message "Cheking spam...")
- (when (elmo-spam-buffer-spam-p (elmo-spam-processor) original)
+ (when (setq spam (elmo-spam-buffer-spam-p (elmo-spam-processor) original))
(with-current-buffer wl-message-buffer-cur-summary-buffer
(wl-summary-spam number)))
(message "Cheking spam...done")
- (when (interactive-p)
- (message "No: %d is %sa spam message." number (if spam "" "not ")))))
+ (message "No: %d is %sa spam message." number (if spam "" "not "))))
(defun wl-refile-guess-by-spam (entity)
(when (elmo-spam-message-spam-p (elmo-spam-processor)