Variable: imap-logout-timeout
imap-logout-timeout is a variable defined in imap.el.gz.
Value
nil
Documentation
Close server immediately if it can't logout in this number of seconds.
If it is nil, never close server until logout completes. Normally, the value of this variable will be bound to a certain value to which an application program that uses this module specifies on a per-server basis.
Source Code
;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defvar imap-logout-timeout nil
"Close server immediately if it can't logout in this number of seconds.
If it is nil, never close server until logout completes. Normally,
the value of this variable will be bound to a certain value to which
an application program that uses this module specifies on a per-server
basis.")