From 844e5e7d58715c292be6626525730e26e23a003c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 16 Feb 2005 00:11:12 +0000 Subject: [PATCH] Synch to No Gnus 200502152159. --- lisp/ChangeLog | 6 ++++++ lisp/imap.el | 6 +++++- lisp/nnimap.el | 8 ++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c985453..bdc63a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-02-15 Simon Josefsson + + * nnimap.el (nnimap-debug): Doc fix. + + * imap.el (imap-debug): Doc fix. + 2005-02-15 Katsumi Yamaoka * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1. diff --git a/lisp/imap.el b/lisp/imap.el index 1dfb938..bb57de5 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -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) diff --git a/lisp/nnimap.el b/lisp/nnimap.el index ab4e172..80d9b1b 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -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 @@ -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) -- 1.7.10.4