destination folder is 'null.
+2001-05-10 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-summary.el (wl-summary-exec-subr): Fixed problem when
+ destination folder is 'null.
+
2001-05-09 Kenichi OKADA <okada@opaopa.org>
* wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
(setq result (elmo-folder-move-messages
wl-summary-buffer-elmo-folder
(cdr (car dst-msgs))
- (wl-folder-get-elmo-folder
- (car (car dst-msgs)))
+ (if (eq 'null (car (car dst-msgs)))
+ 'null
+ (wl-folder-get-elmo-folder
+ (car (car dst-msgs))))
(wl-summary-buffer-msgdb)
refile-len
refile-executed