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:
parent
91bee88126
commit
6c5def8e73
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user