Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix for Agent conversion
@ 2004-04-15 12:45 Florian Weimer
  2004-04-15 16:51 ` Kevin Greiner
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2004-04-15 12:45 UTC (permalink / raw)


The patch below gets Agent conversion going.

However, after that, it's still stuck in what seems to be an endless
loop. 8-( I've never knowlingly used Agent in the old Gnus.  Strange.

2004-04-15  Florian Weimer  <fw@deneb.enyo.de>

	* legacy-gnus-agent.el
	(gnus-agent-convert-to-compressed-agentview): Fix typo.


Index: legacy-gnus-agent.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/legacy-gnus-agent.el,v
retrieving revision 1.1
diff -u -r1.1 legacy-gnus-agent.el
--- legacy-gnus-agent.el	9 Mar 2004 07:06:25 -0000	1.1
+++ legacy-gnus-agent.el	15 Apr 2004 12:42:12 -0000
@@ -10,7 +10,7 @@
   "Iterates over all agentview files to ensure that they have been
 converted to the compressed format."
 
-  (let ((search-in '(gnus-agent-directory))
+  (let ((search-in (list gnus-agent-directory))
         here
         members
         member


-- 
Current mail filters: many dial-up/DSL/cable modem hosts, and the
following domains: postino.it, tiscali.co.uk, tiscali.cz, tiscali.it,
voila.fr.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix for Agent conversion
  2004-04-15 12:45 [PATCH] Fix for Agent conversion Florian Weimer
@ 2004-04-15 16:51 ` Kevin Greiner
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Greiner @ 2004-04-15 16:51 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

> The patch below gets Agent conversion going.
>
> However, after that, it's still stuck in what seems to be an endless
> loop. 8-( I've never knowlingly used Agent in the old Gnus.  Strange.

Your patch and a second fix to correct the endless loop have been
committed.

Thanks.

Kevin



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-15 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-15 12:45 [PATCH] Fix for Agent conversion Florian Weimer
2004-04-15 16:51 ` Kevin Greiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).