From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84130 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Emacs Cloud Date: Sat, 01 Feb 2014 16:37:16 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87r47mqzub.fsf@flea.lifelogs.com> References: <877g9fxwih.fsf@building.gnus.org> <87r47ni1mu.fsf@flea.lifelogs.com> <87d2j7f2yu.fsf@gmx.us> <87eh3mpykw.fsf@dod.no> <87iosymvjg.fsf@gmx.us> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391290522 6392 80.91.229.3 (1 Feb 2014 21:35:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Feb 2014 21:35:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32382@lists.math.uh.edu Sat Feb 01 22:35:26 2014 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 1W9iDk-0000nF-FM for ding-account@gmane.org; Sat, 01 Feb 2014 22:35:24 +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 1W9iDi-0000yS-SN; Sat, 01 Feb 2014 15:35:22 -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 1W9iDh-0000y8-JY for ding@lists.math.uh.edu; Sat, 01 Feb 2014 15:35:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1W9iDg-00073H-5F for ding@lists.math.uh.edu; Sat, 01 Feb 2014 15:35:21 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W9iDe-000539-9A for ding@gnus.org; Sat, 01 Feb 2014 22:35:18 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W9iDc-0000j2-Ql for ding@gnus.org; Sat, 01 Feb 2014 22:35:16 +0100 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 22:35:16 +0100 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 22:35:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.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.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:xqhEyTt7lEfLKQfBl3PNFIhANnA= X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84130 Archived-At: On Sat, 01 Feb 2014 21:23:47 +0100 Rasmus wrote: R> Hi Steinar, R> Steinar Bang writes: >>> I vote for being able to store all info on /one/ IMAP-server even when >>> having several IMAP connections. My personal IMAP is very fast and my >>> outlook.com-account is very slow. >> >> I use Ted's gnus-sync.el v2 with CouchDB backing, and have done so for >> two years(?) now. R> Thanks for pointing me to gnus-sync. How did I miss it before? I R> have a question, though; I'd like to sync subscriptions as well as R> read status. I have this in my init file (I don't have a separate R> dot-gnus). R> (setq gnus-sync-backend "/ssh:loging@server:~/gs.gpg" R> gnus-sync-file-encrypt-to "ABCD" R> gnus-sync-global-vars '(gnus-newsrc-last-checked-date) R> gnus-sync-newsrc-groups '("nntp" "nnrss") R> gnus-sync-newsrc-offsets '(2 3)) R> Stuff is synced whenever you'd expect it to be synced. But my R> gnus-group buffer still shows different groups/subscriptions. I R> looked for variables I could add to gs-global-vars that might serve, R> but I didn't find any. R> I'm probably missing something obvious. Don't use gnus-sync. It doesn't work well (see past discussions here). Lars' work on gnus-cloud will deprecate it. Ted