Variable: feedmail-debug
feedmail-debug is a customizable variable defined in feedmail.el.gz.
Value
nil
Documentation
If non-nil, blat a debug messages and such in the mini-buffer.
This is intended as an aid to tracing what's going on but is probably of casual real use only to the feedmail developer.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-debug nil
"If non-nil, blat a debug messages and such in the mini-buffer.
This is intended as an aid to tracing what's going on but is probably
of casual real use only to the feedmail developer."
:version "24.1"
:group 'feedmail-debug
:type 'boolean
)