REPORT:
In Emacs-21.0.103, I think it is an idea to add
(define-key mew-summary-mode-map [delete] 'mew-summary-prev-page)
to "mew-key.el". I found
(define-key mew-summary-mode-map "\177" 'mew-summary-prev-page)
does not work due to (perhaps) the difference of Emacs21's handling
of [backspace] and [delete].
--
Takahiro Hayata