diff options
author | Gnus developers <ding@gnus.org> | 2011-02-17 23:46:18 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-02-17 23:46:18 +0000 |
commit | 7ba93e94392a7a5ffe0c3c2d87f04f26b6054026 (patch) | |
tree | c4f5121505fe680429e83cfcee51690aebba28c3 /doc/misc/auth.texi | |
parent | 2a095cec7ae4b3e076bcb0aba542248c3660e158 (diff) | |
download | emacs-7ba93e94392a7a5ffe0c3c2d87f04f26b6054026.tar.gz |
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/auth.texi')
-rw-r--r-- | doc/misc/auth.texi | 4 |
1 files changed, 3 insertions, 1 deletions
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? @appendix GnuPG and EasyPG Assistant Configuration If you don't customize @code{auth-sources}, the auth-source library -reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file. +reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file. Then +it will check @code{~/.authinfo} but it's not recommended to use such +an unencrypted file. In Emacs 23 or later there is an option @code{auto-encryption-mode} to automatically decrypt @code{*.gpg} files. It is enabled by default. |