diff options
| author | Katsumi Yamaoka | 2010-09-28 05:12:21 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-28 05:12:21 +0000 |
| commit | 635be05ac8ee64653a22198e102e4eb65ab23243 (patch) | |
| tree | 72320fdc80a480188f84261bf66f8c3dd494484e | |
| parent | 97ce27303d9253c9d4088f76661baab6d9627afc (diff) | |
| download | emacs-635be05ac8ee64653a22198e102e4eb65ab23243.tar.gz emacs-635be05ac8ee64653a22198e102e4eb65ab23243.zip | |
nnimap.el (auth-source-forget-user-or-password, auth-source-user-or-password): Autoload.
| -rw-r--r-- | lisp/gnus/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/gnus/nnimap.el | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a5576b063a1..95cb6792889 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 2 | ||
| 3 | * nnimap.el (auth-source-forget-user-or-password) | ||
| 4 | (auth-source-user-or-password): Autoload. | ||
| 5 | |||
| 3 | * message.el (message-from-style, message-interactive) | 6 | * message.el (message-from-style, message-interactive) |
| 4 | (message-signature): Remove comment. | 7 | (message-signature): Remove comment. |
| 5 | (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp | 8 | (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 4be9153b6df..a61a02899cc 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -40,6 +40,9 @@ | |||
| 40 | (require 'utf7) | 40 | (require 'utf7) |
| 41 | (require 'parse-time) | 41 | (require 'parse-time) |
| 42 | 42 | ||
| 43 | (autoload 'auth-source-forget-user-or-password "auth-source") | ||
| 44 | (autoload 'auth-source-user-or-password "auth-source") | ||
| 45 | |||
| 43 | (nnoo-declare nnimap) | 46 | (nnoo-declare nnimap) |
| 44 | 47 | ||
| 45 | (defvoo nnimap-address nil | 48 | (defvoo nnimap-address nil |