(imap-log): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Tue, 8 Feb 2005 15:46:11 +0000 (15:46 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 8 Feb 2005 15:46:11 +0000 (15:46 +0000)
lisp/ChangeLog
lisp/imap.el

index 58b00a2..50f7124 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-08  Simon Josefsson  <jas@extundo.com>
+
+       * imap.el (imap-log): Doc fix.
+
 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-mime-inline-part): Decode parts according to
index 14ba3e6..8a8e4b8 100644 (file)
@@ -231,7 +231,11 @@ encoded mailboxes which doesn't translate into ISO-8859-1."
   :type 'boolean)
 
 (defcustom imap-log nil
-  "If non-nil, a imap session trace is placed in *imap-log* buffer."
+  "If non-nil, a imap session trace is placed in *imap-log* buffer.
+Note that username, passwords and other privacy sensitive
+information (such as e-mail) may be stored in the *imap-log*
+buffer.  It is not written to disk, however.  Do not enable this
+variable unless you are comfortable with that."
   :group 'imap
   :type 'boolean)