diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-07 21:07:55 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-07 21:07:55 -0500 |
commit | 36f1351eb90c3af31245fea0f46cb09ca3b08427 (patch) | |
tree | 72a4679f703e937242841c9a15d2d2d5c659dad5 /doc/misc/auth.texi | |
parent | 41a4a82fa19abb3f615a41215d56165a3138102b (diff) | |
download | emacs-36f1351eb90c3af31245fea0f46cb09ca3b08427.tar.gz |
auth-sources doc fixes
* doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration):
Be agnostic about authinfo/authinfo.gpg default order.
* lisp/gnus/auth-source.el (auth-sources): Doc fix.
Fixes: debbugs:16642
Diffstat (limited to 'doc/misc/auth.texi')
-rw-r--r-- | doc/misc/auth.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f240b38c27e..993062f8082 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi @@ -470,10 +470,10 @@ It returns the number of items forgotten. @node GnuPG and EasyPG Assistant Configuration @appendix GnuPG and EasyPG Assistant Configuration -If you don't customize @code{auth-sources}, the auth-source library -reads @file{~/.authinfo.gpg}, which is a GnuPG encrypted file. Then -it will check @file{~/.authinfo} but it's not recommended to use such -an unencrypted file. +If the @code{auth-sources} variable contains @file{~/.authinfo.gpg} +before @file{~/.authinfo}, the auth-source library will try to +read the GnuPG encrypted @file{.gpg} file first, before +the unencrypted file. In Emacs 23 or later there is an option @code{auto-encryption-mode} to automatically decrypt @file{*.gpg} files. It is enabled by default. |