mh-delete-msg

mh-delete-msg is an interactive autoloaded compiled Lisp function in `mh-folder.el'.


(mh-delete-msg RANGE)

Delete RANGE.

To mark a message for deletion, use this command. A "D" is
placed by the message in the scan window, and the next undeleted
message is displayed. If the previous command had been
p, then the next message displayed is
the first undeleted message previous to the message just deleted.
Use n to force subsequent
d commands to move forward to the next undeleted
message after deleting the message under the cursor.

The hook `mh-delete-msg-hook' is called after you mark a message
for deletion. For example, a past maintainer of MH-E used this
once when he kept statistics on his mail usage.

Check the documentation of `mh-interactive-range' to see how
RANGE is read in interactive use.