aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeodor Zlatanov2014-02-13 22:52:51 +0000
committerKatsumi Yamaoka2014-02-13 22:52:51 +0000
commit019ff874af94a889899011c7da5e73f4edf7ce9c (patch)
treea792dc40c85f12c1b1181a480c37ce2ab1ae06f2
parent0b87142f24a5dd0d81c26aeea21feec50bbc1044 (diff)
downloademacs-019ff874af94a889899011c7da5e73f4edf7ce9c.tar.gz
emacs-019ff874af94a889899011c7da5e73f4edf7ce9c.zip
lisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/auth-source.el5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 8b2f3abf84e..a3601390496 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
4 in `auth-sources' means and link to EPA docs.
5
12014-02-12 Lars Ingebrigtsen <larsi@gnus.org> 62014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2 7
3 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups 8 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el
index 6cdc3a853b9..6efd52d6abc 100644
--- a/lisp/gnus/auth-source.el
+++ b/lisp/gnus/auth-source.el
@@ -237,6 +237,11 @@ Each entry is the authentication type with optional properties.
237Entries are tried in the order in which they appear. 237Entries are tried in the order in which they appear.
238See Info node `(auth)Help for users' for details. 238See Info node `(auth)Help for users' for details.
239 239
240If an entry names a file with the \".gpg\" extension and you have
241EPA/EPG set up, the file will be encrypted and decrypted
242automatically. See Info node `(epa)Encrypting/decrypting gpg files'
243for details.
244
240It's best to customize this with `M-x customize-variable' because the choices 245It's best to customize this with `M-x customize-variable' because the choices
241can get pretty complex." 246can get pretty complex."
242 :group 'auth-source 247 :group 'auth-source