Variable: feedmail-mail-send-hook-queued

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

Value

nil

Documentation

Hook run by feedmail-mail-send-hook-splitter for queued 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-queued nil
  "Hook run by `feedmail-mail-send-hook-splitter' for queued mail.
See documentation of `feedmail-mail-send-hook-splitter' for details."
  :type 'hook
  :group 'feedmail)