From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81371 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Marks are going to be removed from Ma Gnus Date: Mon, 13 Feb 2012 23:43:09 +0100 Organization: Probably a good idea Message-ID: <87zkcml5he.fsf@dod.no> References: <87ipjbhitf.fsf@gnus.org> <8762fboiu7.fsf@dod.no> <87lio7ha8l.fsf@nzebook.haselwarter.org> <87bop2658i.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329173069 15675 80.91.229.3 (13 Feb 2012 22:44:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 22:44:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29651@lists.math.uh.edu Mon Feb 13 23:44:29 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 1Rx4dG-0005yJ-Pg for ding-account@gmane.org; Mon, 13 Feb 2012 23:44:27 +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 1Rx4cJ-000698-4Z; Mon, 13 Feb 2012 16:43:27 -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 1Rx4cH-000690-Kn for ding@lists.math.uh.edu; Mon, 13 Feb 2012 16:43:25 -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 1Rx4cF-0001Bx-W9 for ding@lists.math.uh.edu; Mon, 13 Feb 2012 16:43:25 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rx4cD-0003Og-WE for ding@gnus.org; Mon, 13 Feb 2012 23:43:22 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rx4cD-0004OE-1a for ding@gnus.org; Mon, 13 Feb 2012 23:43:21 +0100 Original-Received: from cm-84.208.231.161.getinternet.no ([84.208.231.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2012 23:43:21 +0100 Original-Received: from sb by cm-84.208.231.161.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2012 23:43:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.231.161.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:tb5A9kEumYbTx4OXhXE+wN4ZcTo= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81371 Archived-At: >>>>> 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. In other words: moving the slowly changing stuff (group parameters, servers) into a separate file that could be versioned by git, could be a good idea, even with gnus-sync...?