From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80091 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP + Agent Date: Wed, 28 Sep 2011 19:26:12 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k48snqhn.fsf@lifelogs.com> References: <874o17p3vv.fsf@mid.gehheimdienst.de> <87wrctsm4o.fsf@lifelogs.com> <8762kdno5d.fsf@marauder.physik.uni-ulm.de> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317256223 14430 80.91.229.12 (29 Sep 2011 00:30:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Sep 2011 00:30:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28385@lists.math.uh.edu Thu Sep 29 02:30:20 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R94W3-0007id-K0 for ding-account@gmane.org; Thu, 29 Sep 2011 02:30:19 +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 1R94W1-0003Bq-V6; Wed, 28 Sep 2011 19:30:18 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R94W0-0003Bb-NL for ding@lists.math.uh.edu; Wed, 28 Sep 2011 19:30:16 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R94Vz-0004bi-9H for ding@lists.math.uh.edu; Wed, 28 Sep 2011 19:30:16 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R94Vx-0002cy-Tk for ding@gnus.org; Thu, 29 Sep 2011 02:30:13 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R94Vv-0007fo-JP for ding@gnus.org; Thu, 29 Sep 2011 02:30:11 +0200 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 02:30:11 +0200 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 02:30:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 39 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 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.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:mXgbXU7YicbtGyNoKi4uJGzw3lQ= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80091 Archived-At: On Wed, 28 Sep 2011 09:04:30 +0200 Reiner Steib wrote: RS> On Tue, Sep 27 2011, Ted Zlatanov wrote: >> The last non-Lars non-trivial commit to gnus-agent.el is from >> Reiner, who for a while did tremendous work on the Agent and other >> parts of Gnus: >> >> commit 45b6a0b12b2a982c66908683a23f60c8e8d8212f >> Author: Reiner Steib >> Date: Wed Nov 28 20:32:49 2007 +0000 RS> I am the committer of this code, but not the author. ;-) See the RS> ChangeLog entry: RS> ,----[ ChangeLog ] RS> | 2007-11-28 Elias Oltmanns RS> | [...] RS> | * gnus-agent.el (gnus-agent-toggle-plugged): Don't call RS> | gnus-agent-possibly-synchronize-flags as this should be called when the RS> | server is actually being opened. RS> | (gnus-agent-possibly-synchronize-flags) RS> | (gnus-agent-possibly-synchronize-flags-server): Move check for the RS> | flags file of an agentized server to the latter function. RS> `---- Oops, I only checked the VCS log. Sorry. >> so perhaps it makes sense to ask Reiner if he can understand what's >> broken and needs to be fixed in the agent, since Lars (IIRC) said he >> needs to understand that code much better to work on it. RS> Sorry, I can't help here since I always have the agent disabled. Hm, looks like Kevin Greiner and Katsumi Yamaoka are the most frequent committers besides Lars. Are either of them interested? Ted