(imap-debug): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Tue, 15 Feb 2005 21:58:30 +0000 (21:58 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 15 Feb 2005 21:58:30 +0000 (21:58 +0000)
lisp/ChangeLog
lisp/imap.el

index b028c2a..56d2a96 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-15  Simon Josefsson  <jas@extundo.com>
+
+       * imap.el (imap-debug): Doc fix.
+
 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
index 1850d40..981c342 100644 (file)
@@ -240,7 +240,11 @@ variable unless you are comfortable with that."
   :type 'boolean)
 
 (defcustom imap-debug nil
-  "If non-nil, random debug spews are placed in *imap-debug* buffer."
+  "If non-nil, random debug spews are placed in *imap-debug* buffer.
+Note that username, passwords and other privacy sensitive
+information (such as e-mail) may be stored in the *imap-debug*
+buffer.  It is not written to disk, however.  Do not enable this
+variable unless you are comfortable with that."
   :group 'imap
   :type 'boolean)