Ted Zlatanov <[EMAIL PROTECTED]> writes:
> On Wed, 06 Feb 2008 21:07:31 +0100 David <[EMAIL PROTECTED]> wrote: 
>
> D> I also noticed that when the same message is in two different groups the
> D> registry will only return the group where it first saw it, right? I
> D> guess it would be quite difficult to extend the registry in a way so
> D> that it can return all groups where a message exists?
>
> Fortunately, gnus-registry-fetch-groups already does it :)

Oh. I guess I could have found that one. :-)

I was confused since I had some problems with the registry not
registering articles from my sent mail folders. I noticed this is due to

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

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

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

Regards,
David



_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to