Variable: feedmail-mail-send-hook

feedmail-mail-send-hook is a customizable variable defined in feedmail.el.gz.

Value

nil

Documentation

Hook run by feedmail-mail-send-hook-splitter for immediate mail.

See documentation of feedmail-mail-send-hook-splitter for details.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-mail-send-hook nil
  "Hook run by `feedmail-mail-send-hook-splitter' for immediate mail.
See documentation of `feedmail-mail-send-hook-splitter' for details."
  :type 'hook
  :group 'feedmail)