Variable: rmail-delete-message-hook

rmail-delete-message-hook is a variable defined in rmail.el.gz.

Value

nil

Documentation

List of functions to call when Rmail deletes a message.

When the hooks are called, the message has been marked deleted but is still the current message in the Rmail buffer.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-delete-message-hook nil
  "List of functions to call when Rmail deletes a message.
When the hooks are called, the message has been marked deleted but is
still the current message in the Rmail buffer.")