mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
lisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs
This commit is contained in:
parent
0b87142f24
commit
019ff874af
2 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* 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 <larsi@gnus.org>
|
||||
|
||||
* nnmail.el (nnmail-expand-newtext): Further sub-match fixups
|
||||
|
|
|
|||
|
|
@ -237,6 +237,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue