From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82220 Path: news.gmane.org!not-for-mail From: Matt Ford Newsgroups: gmane.emacs.gnus.general Subject: Re: syncing ? Date: Wed, 05 Sep 2012 08:07:22 +0100 Organization: Dancingfrog Message-ID: <87y5kpx80l.fsf@dancingfrog.co.uk> References: <87obllmvow.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346828867 2697 80.91.229.3 (5 Sep 2012 07:07:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2012 07:07:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30488@lists.math.uh.edu Wed Sep 05 09:07:49 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 1T99iH-0007IF-BF for ding-account@gmane.org; Wed, 05 Sep 2012 09:07:49 +0200 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 1T99i4-0006sF-Gq; Wed, 05 Sep 2012 02:07:36 -0500 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 1T99i2-0006s1-J4 for ding@lists.math.uh.edu; Wed, 05 Sep 2012 02:07:34 -0500 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 1T99i0-0005sM-O4 for ding@lists.math.uh.edu; Wed, 05 Sep 2012 02:07:33 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T99hy-0003S7-Nk for ding@gnus.org; Wed, 05 Sep 2012 09:07:30 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T99hy-00071N-Hp for ding@gnus.org; Wed, 05 Sep 2012 09:07:30 +0200 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2012 09:07:30 +0200 Original-Received: from matt by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2012 09:07:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (gnu/linux) Cancel-Lock: sha1:z6x+cteEgRoEqkINCj2DRvvMEY0= X-Spam-Score: -2.1 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82220 Archived-At: Well, I sync topics with the following. (setq gnus-sync-backend "/ssh:home:lesync/gnus-sync.gpg" ; will use Tramp+EPA if loaded gnus-sync-global-vars '(gnus-newsrc-last-checked-date gnus-topic-alist gnus-topic-topology gnus-category-alist ) gnus-sync-newsrc-groups '("gwene" "gmane")) You could drop the gnus-sync-newsrc-groups option if you don't want messages synced but this would also drop the subscribed group syncing you want. So you are partly there... -- Matt