[gnus git] branch master updated: m0-9-58-gcbb4a84 =1= Add more auth-sources docs and link to EPA
Ted Zlatanov <[email protected]> Thu, 13 Feb 2014 15:21:27 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cbb4a842bade1d60bf7363dd9addbc61f1fd8848 (commit)
from 921912aa5d551f57a9cbfc735bb95439d1435002 (commit)
- Log -----------------------------------------------------------------
commit cbb4a842bade1d60bf7363dd9addbc61f1fd8848
Author: Ted Zlatanov <[email protected]>
Date: Thu Feb 13 09:20:14 2014 -0500
Add more auth-sources docs and link to EPA
* auth-source.el (auth-sources): Add pointer to what the .gpg extension
in `auth-sources' means and link to EPA docs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index da49f21..bfbc2ea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-13 Teodor Zlatanov <[email protected]>
+
+ * auth-source.el (auth-sources): Add pointer to what the .gpg extension
+ in `auth-sources' means and link to EPA docs.
+
2014-02-12 Lars Ingebrigtsen <[email protected]>
* nnmail.el (nnmail-expand-newtext): Further sub-match fixups
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 99f7d00..5084a15 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -247,6 +247,11 @@ Each entry is the authentication type with optional properties.
Entries are tried in the order in which they appear.
See Info node `(auth)Help for users' for details.
+If an entry names a file with the \".gpg\" extension and you have
+EPA/EPG set up, the file will be encrypted and decrypted
+automatically. See Info node `(epa)Encrypting/decrypting gpg files'
+for details.
+
It's best to customize this with `M-x customize-variable' because the choices
can get pretty complex."
:group 'auth-source
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/auth-source.el | 5 +++++
2 files changed, 10 insertions(+)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project