]> git.eshelyaron.com Git - emacs.git/commitdiff
rmail-show-message-hook): Customize and offer
authorDave Love <fx@gnu.org>
Sun, 14 May 2000 16:22:04 +0000 (16:22 +0000)
committerDave Love <fx@gnu.org>
Sun, 14 May 2000 16:22:04 +0000 (16:22 +0000)
goto-addr as an option.

lisp/mail/rmail.el

index cb18a9053c4f5b5081884c644b6dd70ff6803a5d..1a32ef1a9da4d9b93712ad749f26b3edc2c5e69c 100644 (file)
@@ -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