# HG changeset patch # User Dave Love # Date 958321324 0 # Node ID 65b986dbb7bab1e7a6728b8d8d28623b6763f3e5 # Parent 43d9eb93e1fb5e3be2c97f7951fc6508f283d47a rmail-show-message-hook): Customize and offer goto-addr as an option. diff -r 43d9eb93e1fb -r 65b986dbb7ba lisp/mail/rmail.el --- 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