diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/gnus/imap.el | 6 |
2 files changed, 14 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7a4b1e68e58..8923ae1116f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-02-09 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | Change Emacs release version from 21.4 to 22.1 throughout. | ||
| 4 | Change Emacs development version from 21.3.50 to 22.0.50. | ||
| 5 | |||
| 6 | 2005-02-08 Simon Josefsson <jas@extundo.com> | ||
| 7 | |||
| 8 | * imap.el (imap-log): Doc fix. | ||
| 9 | |||
| 1 | 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org> | 10 | 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 11 | ||
| 3 | * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a | 12 | * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a |
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index 18a7cdd090d..aba0e88b92f 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el | |||
| @@ -241,7 +241,11 @@ encoded mailboxes which doesn't translate into ISO-8859-1." | |||
| 241 | :type 'boolean) | 241 | :type 'boolean) |
| 242 | 242 | ||
| 243 | (defcustom imap-log nil | 243 | (defcustom imap-log nil |
| 244 | "If non-nil, a imap session trace is placed in *imap-log* buffer." | 244 | "If non-nil, a imap session trace is placed in *imap-log* buffer. |
| 245 | Note that username, passwords and other privacy sensitive | ||
| 246 | information (such as e-mail) may be stored in the *imap-log* | ||
| 247 | buffer. It is not written to disk, however. Do not enable this | ||
| 248 | variable unless you are comfortable with that." | ||
| 245 | :group 'imap | 249 | :group 'imap |
| 246 | :type 'boolean) | 250 | :type 'boolean) |
| 247 | 251 | ||