rmail-delete-forward

rmail-delete-forward is an interactive compiled Lisp function in `rmail.el'.


(rmail-delete-forward &optional COUNT)

Delete this message and move to next nondeleted one.
Deleted messages stay in the file until the M-x rmail-expunge command is given.
Optional argument COUNT (interactively, prefix argument) is a repeat count;
negative argument means move backwards instead of forwards.

Returns t if a new message is displayed after the delete, or nil otherwise.