From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81373 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Marks are going to be removed from Ma Gnus Date: Mon, 13 Feb 2012 18:56:32 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87d39iz3rj.fsf@lifelogs.com> References: <87ipjbhitf.fsf@gnus.org> <8762fboiu7.fsf@dod.no> <87lio7ha8l.fsf@nzebook.haselwarter.org> <87bop2658i.fsf@lifelogs.com> <87zkcml5he.fsf@dod.no> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329177465 15371 80.91.229.3 (13 Feb 2012 23:57:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 23:57:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29653@lists.math.uh.edu Tue Feb 14 00:57:44 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rx5mB-0000zF-9j for ding-account@gmane.org; Tue, 14 Feb 2012 00:57:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Rx5lM-0006ZK-UF; Mon, 13 Feb 2012 17:56:52 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rx5lL-0006Z9-5A for ding@lists.math.uh.edu; Mon, 13 Feb 2012 17:56:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rx5lK-0001Pu-2b for ding@lists.math.uh.edu; Mon, 13 Feb 2012 17:56:51 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rx5lI-00058X-2f for ding@gnus.org; Tue, 14 Feb 2012 00:56:48 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rx5lE-00008P-Ft for ding@gnus.org; Tue, 14 Feb 2012 00:56:44 +0100 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 00:56:44 +0100 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 00:56:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:xoQk6ukRU7/SM9zRPItkRLSICiQ= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81373 Archived-At: On Mon, 13 Feb 2012 23:43:09 +0100 Steinar Bang wrote: >>>>>> Ted Zlatanov : >> gnus-sync.el will sync your marks and subscriptions (no servers and >> group/topic parameters) to either a file or to a CouchDB installation. >> The CouchDB storage format (I call it LeSync) is designed to be usable >> by other newsreaders. >> I can add servers and group/topic parameters but synchronizing those >> could have extremely surprising results, and would not be very useful >> to other newsreaders without some kind of "profile" facility to >> reflect that some servers are not available in some locations. SB> In other words: moving the slowly changing stuff (group parameters, SB> servers) into a separate file that could be versioned by git, could be a SB> good idea, even with gnus-sync...? Yes. Or it could be managed by gnus-sync with some care. So far there's only the two of us using it so I'm not sure how much effort I should put into these enhancements. Ted