comparison lisp/mail/rmail.el @ 27944:b75299f3bc4c

(rmail-quit-hook): New variable.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Mar 2000 09:29:36 +0000
parents 210900dff9a5
children 4aafdd90bf08
comparison
equal deleted inserted replaced
27943:c2e0998057f9 27944:b75299f3bc4c
227 "List of functions to call when Rmail has retrieved new mail.") 227 "List of functions to call when Rmail has retrieved new mail.")
228 228
229 ;;;###autoload 229 ;;;###autoload
230 (defvar rmail-show-message-hook nil 230 (defvar rmail-show-message-hook nil
231 "List of functions to call when Rmail displays a message.") 231 "List of functions to call when Rmail displays a message.")
232
233 ;;;###autoload
234 (defvar rmail-quit-hook nil
235 "List of functions to call when quitting out of Rmail.")
232 236
233 ;;;###autoload 237 ;;;###autoload
234 (defvar rmail-delete-message-hook nil 238 (defvar rmail-delete-message-hook nil
235 "List of functions to call when Rmail deletes a message. 239 "List of functions to call when Rmail deletes a message.
236 When the hooks are called, the message has been marked deleted but is 240 When the hooks are called, the message has been marked deleted but is