[gnus git] branch master updated: n0-17-369-ge346220 =1= * gnus-sync.el: More commentary about setup.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e34622014d3a10e4511a3e343deb293ce5f77e6d (commit)
from f3a3c6a123a3a3219c64802a99343c512a5592e3 (commit)
- Log -----------------------------------------------------------------
commit e34622014d3a10e4511a3e343deb293ce5f77e6d
Author: Ted Zlatanov <[email protected]>
Date: Thu Nov 3 17:39:52 2011 -0400
* gnus-sync.el: More commentary about setup.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bacbe6a..202bf74 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-03 Teodor Zlatanov <[email protected]>
+
+ * gnus-sync.el: More commentary about setup.
+
2011-11-02 Teodor Zlatanov <[email protected]>
* gnus-sync.el: More commentary about `gnus-sync-read' issues.
diff --git a/lisp/gnus-sync.el b/lisp/gnus-sync.el
index a4f8976..612e586 100644
--- a/lisp/gnus-sync.el
+++ b/lisp/gnus-sync.el
@@ -31,16 +31,13 @@
;; ...or any other file Tramp and Emacs can handle...
;; (setq gnus-sync-backend "/remote:/path.gpg" ; will use Tramp+EPA if loaded
-;; gnus-sync-global-vars `(gnus-newsrc-last-checked-date)
-;; gnus-sync-newsrc-groups `("nntp" "nnrss")
-;; gnus-sync-newsrc-offsets `(2 3))
-
+;; gnus-sync-global-vars '(gnus-newsrc-last-checked-date)
+;; gnus-sync-newsrc-groups '("nntp" "nnrss"))
+;; gnus-sync-newsrc-offsets '(2 3))
;; against a LeSync server (beware the vampire LeSync, who knows your newsrc)
-;; (setq gnus-sync-backend '(lesync "http://lesync.info/sync.php")
-;; gnus-sync-global-vars `(gnus-newsrc-last-checked-date)
-;; gnus-sync-newsrc-groups `("nntp" "nnrss")
-;; gnus-sync-newsrc-offsets `(2 3))
+;; (setq gnus-sync-backend '(lesync "http://lesync.info:5984/tzz")
+;; gnus-sync-newsrc-groups '("nntp" "nnrss"))
;; What's a LeSync server?
-----------------------------------------------------------------------
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 | 4 ++++
lisp/gnus-sync.el | 13 +++++--------
2 files changed, 9 insertions(+), 8 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, master has been updated
hooks/post-receive
--
Gnus Project