info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Registry not registering duplicate articles


From: Ted Zlatanov
Subject: Re: Registry not registering duplicate articles
Date: Tue, 26 Feb 2008 12:20:08 -0600
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

On Tue, 26 Feb 2008 10:54:30 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> On Sat, 23 Feb 2008 18:55:44 +0100 David <de_bb@arcor.de> wrote: 
D> I was confused since I had some problems with the registry not
D> registering articles from my sent mail folders. I noticed this is due to

D> (unless (gnus-registry-fetch-group id)

D> in gnus-registry-register-message-ids, so the message is not registered
D> if it was already seen in any other group. Is there some deeper reason
D> for this? Maybe this could be changed to something like (untested):

D> (unless (member gnus-newsgroup-name (gnus-registry-fetch-group id))

TZ> Yes, I think that's a bug.  I added your bug fix, confirm it's OK if you
TZ> can test it.  Also I was not using the id variable in a tight loop,
TZ> making an extra function call instead, so I fixed that too.

I remembered (after comitting to CVS, so I had to check in another fix)
that gnus-registry-fetch-group returns the first group found as a
string.  You and I want gnus-registry-fetch-groups which returns a
list.  Sorry for any confusion.

Ted


reply via email to

[Prev in Thread] Current Thread [Next in Thread]