diff options
| author | Gnus developers | 2011-02-17 23:46:18 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-17 23:46:18 +0000 |
| commit | 7ba93e94392a7a5ffe0c3c2d87f04f26b6054026 (patch) | |
| tree | c4f5121505fe680429e83cfcee51690aebba28c3 /doc/misc | |
| parent | 2a095cec7ae4b3e076bcb0aba542248c3660e158 (diff) | |
| download | emacs-7ba93e94392a7a5ffe0c3c2d87f04f26b6054026.tar.gz emacs-7ba93e94392a7a5ffe0c3c2d87f04f26b6054026.zip | |
Merge chagnes made in Gnus trunk.
auth.texi (GnuPG and EasyPG Assistant Configuration): Mention the default now is to have two files in `auth-sources'.
nnimap.el (nnimap-open-connection-1): Delete duplicate server names when getting credentials.
gnus-util.el (gnus-delete-duplicates): New function.
nnimap.el (nnimap-credentials): Instead of picking the first port as a creation default, pass the whole port list down. It will be completed.
auth-source.el (auth-source-search): Updated docs to talk about multiple creation choices.
(auth-source-netrc-create): Accept a list as a value (from the search parameters) and do completion on that list. Keep a separate netrc line with the password obscured for showing the user.
nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the first choice to `auth-source-search' so it will be used for entry creation instead of the server's Gnus-specific name.
(nnimap-credentials): Rely on the auth-source library to select which port is actually wanted in the new netrc entry, so don't override `auth-source-creation-defaults'.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9a292c03c8d..c075f1785d3 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * auth.texi (Help for users): Use :port instead of :protocol for all | 3 | * auth.texi (Help for users): Use :port instead of :protocol for all |
| 4 | auth-source docs. | 4 | auth-source docs. |
| 5 | (GnuPG and EasyPG Assistant Configuration): Mention the default now is | ||
| 6 | to have two files in `auth-sources'. | ||
| 5 | 7 | ||
| 6 | 2011-02-16 Glenn Morris <rgm@gnu.org> | 8 | 2011-02-16 Glenn Morris <rgm@gnu.org> |
| 7 | 9 | ||
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 0e19bce0b9f..67f5b52b694 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -262,7 +262,9 @@ TODO: how to include docstring? | |||
| 262 | @appendix GnuPG and EasyPG Assistant Configuration | 262 | @appendix GnuPG and EasyPG Assistant Configuration |
| 263 | 263 | ||
| 264 | If you don't customize @code{auth-sources}, the auth-source library | 264 | If you don't customize @code{auth-sources}, the auth-source library |
| 265 | reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file. | 265 | reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file. Then |
| 266 | it will check @code{~/.authinfo} but it's not recommended to use such | ||
| 267 | an unencrypted file. | ||
| 266 | 268 | ||
| 267 | In Emacs 23 or later there is an option @code{auto-encryption-mode} to | 269 | In Emacs 23 or later there is an option @code{auto-encryption-mode} to |
| 268 | automatically decrypt @code{*.gpg} files. It is enabled by default. | 270 | automatically decrypt @code{*.gpg} files. It is enabled by default. |