Synch to No Gnus 200502152159.
authoryamaoka <yamaoka>
Wed, 16 Feb 2005 00:11:12 +0000 (00:11 +0000)
committeryamaoka <yamaoka>
Wed, 16 Feb 2005 00:11:12 +0000 (00:11 +0000)
lisp/ChangeLog
lisp/imap.el
lisp/nnimap.el

index c985453..bdc63a6 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-15  Simon Josefsson  <jas@extundo.com>
+
+       * nnimap.el (nnimap-debug): Doc fix.
+
+       * 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 1dfb938..bb57de5 100644 (file)
@@ -244,7 +244,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)
 
index ab4e172..80d9b1b 100644 (file)
@@ -1,5 +1,5 @@
 ;;; nnimap.el --- imap backend for Gnus
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <jas@pdc.kth.se>
@@ -447,7 +447,11 @@ An example plist would be '(\"name\" \"Gnus\" \"version\" gnus-version-number
                 (plist :key-type string :value-type string)))
 
 (defcustom nnimap-debug nil
-  "If non-nil, random debug spews are placed in *nnimap-debug* buffer."
+  "If non-nil, random debug spews are placed in *nnimap-debug* buffer.
+Note that username, passwords and other privacy sensitive
+information (such as e-mail) may be stored in the *nnimap-debug*
+buffer.  It is not written to disk, however.  Do not enable this
+variable unless you are comfortable with that."
   :group 'nnimap
   :type 'boolean)