[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Registry not registering duplicate articles (was: Automatically authenti
From: |
David |
Subject: |
Registry not registering duplicate articles (was: Automatically authenticating at local imap server) |
Date: |
Sat, 23 Feb 2008 18:55:44 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) |
Ted Zlatanov <tzz@lifelogs.com> writes:
> On Wed, 06 Feb 2008 21:07:31 +0100 David <de_bb@arcor.de> 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
- Re: Automatically authenticating at local imap server, (continued)
- Message not available
- Re: Automatically authenticating at local imap server, Ted Zlatanov, 2008/02/05
- Re: Automatically authenticating at local imap server, David, 2008/02/05
- Re: Automatically authenticating at local imap server, Tassilo Horn, 2008/02/06
- Re: Automatically authenticating at local imap server, David, 2008/02/06
- new version of nnmairix.el (was: Automatically authenticating at local imap server), David, 2008/02/06
- Message not available
- Re: Automatically authenticating at local imap server, Ted Zlatanov, 2008/02/06
- Re: Automatically authenticating at local imap server, David, 2008/02/06
- Message not available
- Re: Automatically authenticating at local imap server, Ted Zlatanov, 2008/02/15
- Registry not registering duplicate articles (was: Automatically authenticating at local imap server),
David <=
- Message not available
- Re: Registry not registering duplicate articles, Ted Zlatanov, 2008/02/26
- Re: Registry not registering duplicate articles, Ted Zlatanov, 2008/02/26