* gnus-sync.el: More commentary about setup.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 3 Nov 2011 21:39:52 +0000 (17:39 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 3 Nov 2011 21:39:52 +0000 (17:39 -0400)
lisp/ChangeLog
lisp/gnus-sync.el

index bacbe6a..202bf74 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sync.el: More commentary about setup.
+
 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-sync.el: More commentary about `gnus-sync-read' issues.
index a4f8976..612e586 100644 (file)
 ;; ...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?