`wl-summary-set-mark' with argument `data'.
(wl-summary-auto-refile): Fixed order of arguments when call
`wl-summary-refile'.
+2003-07-17 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-action.el (wl-summary-define-mark-action): Call
+ `wl-summary-set-mark' with argument `data'.
+ (wl-summary-auto-refile): Fixed order of arguments when call
+ `wl-summary-refile'.
+
2003-07-16 Yuuichi Teranishi <teranisi@gohome.org>
* wl-vars.el (wl-summary-mark-action-list): Define resend action.
,(wl-summary-action-docstring action)
(interactive)
(wl-summary-set-mark ,(wl-summary-action-mark action)
- number (interactive-p))))
+ number (interactive-p) data)))
(fset (intern (format "wl-summary-%s-region"
(wl-summary-action-symbol action)))
`(lambda (beg end)
(error)))
(setq checked-dsts (cons (cons dst ret) checked-dsts))
ret)))
- (if (funcall (symbol-function 'wl-summary-refile) dst number)
+ (if (funcall (symbol-function 'wl-summary-refile) number dst)
(incf count))
(message "Marking...%d message(s)." count)))
(forward-line))