diff options
| author | Dave Love | 2000-05-14 16:22:04 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-14 16:22:04 +0000 |
| commit | 187962c499d5d07f749b8a87725920611ed20aaf (patch) | |
| tree | 86985e2cc3350f39a33f138d67ef690ff3908e00 /lisp | |
| parent | 376b2a24f913bf2e3429cee7a4ca03215d6ee4fb (diff) | |
| download | emacs-187962c499d5d07f749b8a87725920611ed20aaf.tar.gz emacs-187962c499d5d07f749b8a87725920611ed20aaf.zip | |
rmail-show-message-hook): Customize and offer
goto-addr as an option.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index cb18a9053c4..1a32ef1a9da 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -236,8 +236,11 @@ and the value of the environment variable MAIL overrides it)." | |||
| 236 | "List of functions to call when Rmail has retrieved new mail.") | 236 | "List of functions to call when Rmail has retrieved new mail.") |
| 237 | 237 | ||
| 238 | ;;;###autoload | 238 | ;;;###autoload |
| 239 | (defvar rmail-show-message-hook nil | 239 | (defcustom rmail-show-message-hook nil |
| 240 | "List of functions to call when Rmail displays a message.") | 240 | "List of functions to call when Rmail displays a message." |
| 241 | :type 'hook | ||
| 242 | :options '(goto-addr) | ||
| 243 | :group 'rmail) | ||
| 241 | 244 | ||
| 242 | ;;;###autoload | 245 | ;;;###autoload |
| 243 | (defvar rmail-quit-hook nil | 246 | (defvar rmail-quit-hook nil |