changeset 28910:65b986dbb7ba

rmail-show-message-hook): Customize and offer goto-addr as an option.
author Dave Love <fx@gnu.org>
date Sun, 14 May 2000 16:22:04 +0000
parents 43d9eb93e1fb
children 2e4c5a7cc281
files lisp/mail/rmail.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun May 14 15:48:45 2000 +0000
+++ b/lisp/mail/rmail.el	Sun May 14 16:22:04 2000 +0000
@@ -236,8 +236,11 @@
   "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