mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
rmail-show-message-hook): Customize and offer
goto-addr as an option.
This commit is contained in:
parent
376b2a24f9
commit
187962c499
@ -236,8 +236,11 @@ and the value of the environment variable MAIL overrides it)."
|
||||
"List of functions to call when Rmail has retrieved new mail.")
|
||||
|
||||
;;;###autoload
|
||||
(defvar rmail-show-message-hook nil
|
||||
"List of functions to call when Rmail displays a message.")
|
||||
(defcustom rmail-show-message-hook nil
|
||||
"List of functions to call when Rmail displays a message."
|
||||
:type 'hook
|
||||
:options '(goto-addr)
|
||||
:group 'rmail)
|
||||
|
||||
;;;###autoload
|
||||
(defvar rmail-quit-hook nil
|
||||
|
Loading…
Reference in New Issue
Block a user