Variable: imap-debug

imap-debug is a customizable variable defined in imap.el.gz.

Value

nil

Documentation

If non-nil, trace imap- functions into imap-debug-buffer.

Uses trace-function-background, so you can turn it off with, say, untrace-all.

Note that username, passwords and other privacy sensitive information (such as e-mail) may be stored in the buffer. It is not written to disk, however. Do not enable this variable unless you are comfortable with that.

This variable only takes effect when loading the imap library. See also imap-log(var)/imap-log(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defcustom imap-debug nil
  "If non-nil, trace imap- functions into `imap-debug-buffer'.
Uses `trace-function-background', so you can turn it off with,
say, `untrace-all'.

Note that username, passwords and other privacy sensitive
information (such as e-mail) may be stored in the buffer.
It is not written to disk, however.  Do not enable this
variable unless you are comfortable with that.

This variable only takes effect when loading the `imap' library.
See also `imap-log'."
  :type 'boolean)