[gnus git] branch tzz-auth-source-rewrite updated: =1= Talk about spaces in the netrc file.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c4a74ee2bc07fff6cf78e75778c2e8e3f64e2207 (commit)
from 91877e379b426c698138989da4f81689e2d0fbc4 (commit)
- Log -----------------------------------------------------------------
commit c4a74ee2bc07fff6cf78e75778c2e8e3f64e2207
Author: Ted Zlatanov <[email protected]>
Date: Fri Feb 11 14:16:34 2011 -0600
Talk about spaces in the netrc file.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 4a10be6..10efc8f 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,6 +1,7 @@
2011-02-11 Teodor Zlatanov <[email protected]>
* auth.texi (Overview, Help for users, Help for developers): Update docs.
+ (Help for users): Talk about spaces.
2011-02-05 Teodor Zlatanov <[email protected]>
diff --git a/texi/auth.texi b/texi/auth.texi
index 1b6d430..62a958d 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -112,6 +112,10 @@ The @code{user} is the user name. It's known as @var{:user} in
@code{auth-source-search} queries. You can also use @code{login} and
@code{account}.
+Spaces are always OK as far as auth-source is concerned (but other
+programs may not like them). Just put the data in quotes, escaping
+quotes as you'd expect with @code{\}.
+
All these are optional. You could just say (but we don't recommend
it, we're just showing that it's possible)
-----------------------------------------------------------------------
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:
texi/ChangeLog | 1 +
texi/auth.texi | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
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, tzz-auth-source-rewrite has been updated
hooks/post-receive
--
Gnus Project