diff options
author | Miles Bader <miles@gnu.org> | 2005-02-19 13:24:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-02-19 13:24:16 +0000 |
commit | 270a576a4222c76b9483a322769fc4d3d2e29a82 (patch) | |
tree | e0be8d073df1534be0a9304b1c5418a64e24e45e /lisp/gnus/imap.el | |
parent | 2511035dc74e5637fb020eefdb193f3dd3e810b8 (diff) | |
download | emacs-270a576a4222c76b9483a322769fc4d3d2e29a82.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
- miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
More work on moving images to etc/images
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
Fix errors with image-file installation
2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
containing special characters.
* lisp/gnus/gnus-sum.el (gnus-summary-edit-article): Ditto.
* lisp/gnus/mml.el (mime-to-mml): Ditto.
* lisp/gnus/rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
(rfc2047-quote-decoded-words-containing-tspecials): New variable.
(rfc2047-decode-region): Quote decoded words containing special
characters when rfc2047-quote-decoded-words-containing-tspecials
is non-nil.
2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
* lisp/gnus/gnus-registry.el (gnus-registry-delete-group): minor bug fix
* lisp/gnus/gnus.el (gnus-install-group-spam-parameters): Doc fix.
2005-02-15 Simon Josefsson <jas@extundo.com>
* lisp/gnus/nnimap.el (nnimap-debug): Doc fix.
* lisp/gnus/imap.el (imap-debug): Doc fix.
2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Mention prefix
argument in doc string. Make query for type more clear.
Diffstat (limited to 'lisp/gnus/imap.el')
-rw-r--r-- | lisp/gnus/imap.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index aba0e88b92f..c7f9d60339f 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el @@ -250,7 +250,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) |