From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85767 Path: news.gmane.org!not-for-mail From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus Own-Cloudy? Date: Tue, 10 Feb 2015 10:31:00 -0500 Message-ID: <87386dokaz.fsf@yale.edu> References: <87iofawbcb.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1423582578 31514 80.91.229.3 (10 Feb 2015 15:36:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2015 15:36:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34006@lists.math.uh.edu Tue Feb 10 16:36:05 2015 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 1YLCr6-000830-VI for ding-account@gmane.org; Tue, 10 Feb 2015 16:36:05 +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 1YLCqs-0007NE-LC; Tue, 10 Feb 2015 09:35:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YLCqr-0007Mw-60 for ding@lists.math.uh.edu; Tue, 10 Feb 2015 09:35:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YLCqq-0002BE-9J for ding@lists.math.uh.edu; Tue, 10 Feb 2015 09:35:49 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YLCqo-0001N9-RP for ding@gnus.org; Tue, 10 Feb 2015 16:35:46 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YLCqm-0007uh-Q9 for ding@gnus.org; Tue, 10 Feb 2015 16:35:44 +0100 Original-Received: from nat-130-132-173-151.central.yale.edu ([130.132.173.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Feb 2015 16:35:44 +0100 Original-Received: from jorge.alfaro-murillo by nat-130-132-173-151.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Feb 2015 16:35:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nat-130-132-173-151.central.yale.edu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:HCjI1YDzD+otUjAiB1DVVCJJAqI= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85767 Archived-At: Eric Abrahamsen writes: > Where else should I be looking? I keep my gnus synchronized by moving the whole gnus directory to another place, and then synchronizing with git-annex #+BEGIN_SRC emacs-lisp (setq gnus-home-directory "~/sync/gnus/") (setq message-directory "~/sync/gnus/Mail/") #+END_SRC I do not know if when you synchronize, your files get "touched" but another issue to consider is that your local .newsrc might be newer than your "just-synchronized" .newsrc.eld, if so, gnus just reads the .newsrc. If you do not use another news client, you might prevent this by setting: #+BEGIN_SRC emacs-lisp (setq gnus-save-newsrc-file nil) (setq gnus-read-newsrc-file nil) #+END_SRC Also, if you do not save gnus before closing emacs, maybe you also want to keep .newsrc-dribble synchronized. Best, -- Jorge.