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

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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to