aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/auth.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 11c3ec9393d..18f24ed6f0c 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -289,12 +289,14 @@ with name extension @file{.plist}. Its format is described in the
289@end example 289@end example
290 290
291@vindex auth-source-ignore-non-existing-file 291@vindex auth-source-ignore-non-existing-file
292File-based data stores are ignored in @code{auth-sources}, if the 292Entries in @code{auth-sources} that point to file-based data stores are
293underlying data file does not exist. This is relevant, if a new secret 293ignored if the underlying data file does not exist. This matters if a
294is stored in such a file; the first usable entry of @code{auth-sources} 294new secret needs to be stored in a file; the first usable entry of
295is selected as target. If you want also not existing files to be 295@code{auth-sources} is selected as the target. If you want an entry
296selected, set the user option 296pointing at a non-existing file to be selected instead, set the user
297@code{auth-source-ignore-non-existing-file} to @code{nil}. 297option @code{auth-source-ignore-non-existing-file} to @code{nil}. Note
298that with the default value of @code{auth-sources}, this will cause new
299secrets to be stored in cleartext in @file{~/.authinfo}.
298 300
299@node Multiple GMail accounts with Gnus 301@node Multiple GMail accounts with Gnus
300@chapter Multiple GMail accounts with Gnus 302@chapter Multiple GMail accounts with Gnus