On Tue, 26 Feb 2008 10:54:30 -0600 Ted Zlatanov <[EMAIL PROTECTED]> wrote: 

TZ> On Sat, 23 Feb 2008 18:55:44 +0100 David <[EMAIL PROTECTED]> 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
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to