(defun wl-summary-auto-refile-region (beg end) "Set refile mark automatically in the region specified by BEG and END." (save-excursion (save-restriction (progn (goto-char beg) (beginning-of-line) (point)) (progn (goto-char end) (beginning-of-line) (point)) (wl-summary-auto-refile)))))