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 10:54:30 -0600
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

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))

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

Ted


reply via email to

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