1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(rmail-quit-hook): New variable.

This commit is contained in:
Gerd Moellmann 2000-03-02 09:29:36 +00:00
parent 91bee88126
commit 6c5def8e73

View File

@ -230,6 +230,10 @@ and the value of the environment variable MAIL overrides it)."
(defvar rmail-show-message-hook nil
"List of functions to call when Rmail displays a message.")
;;;###autoload
(defvar rmail-quit-hook nil
"List of functions to call when quitting out of Rmail.")
;;;###autoload
(defvar rmail-delete-message-hook nil
"List of functions to call when Rmail deletes a message.