Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: David <de_bb@arcor.de>
To: info-gnus-english@gnu.org
Subject: Registry not registering duplicate articles (was: Automatically authenticating at local imap server)
Date: Sat, 23 Feb 2008 18:55:44 +0100	[thread overview]
Message-ID: <kzzltreevz.fsf_-_@kafka.physik3.gwdg.de> (raw)
In-Reply-To: <86zlu13l1k.fsf@lifelogs.com>

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

  reply	other threads:[~2008-02-23 17:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.6898.1202031751.18990.info-gnus-english@gnu.org>
2008-02-03 20:29 ` Automatically authenticating at local imap server Gour
2008-02-04  8:39   ` Tassilo Horn
2008-02-04 14:33     ` David
2008-02-04 19:40       ` Tassilo Horn
2008-02-04 22:22         ` David
2008-02-05  8:32           ` Tassilo Horn
2008-02-05 10:53             ` David
2008-02-05 12:16               ` Tassilo Horn
     [not found]         ` <mailman.6972.1202163783.18990.info-gnus-english@gnu.org>
2008-02-05 17:00           ` Ted Zlatanov
2008-02-05 21:58             ` David
2008-02-06  9:17               ` Tassilo Horn
2008-02-06 11:56                 ` David
2008-02-06 23:03                   ` new version of nnmairix.el (was: Automatically authenticating at local imap server) David
     [not found]             ` <mailman.7011.1202248745.18990.info-gnus-english@gnu.org>
2008-02-06 15:24               ` Automatically authenticating at local imap server Ted Zlatanov
2008-02-06 20:07                 ` David
     [not found]                 ` <mailman.7050.1202328476.18990.info-gnus-english@gnu.org>
2008-02-15 22:35                   ` Ted Zlatanov
2008-02-23 17:55                     ` David [this message]
     [not found]                     ` <mailman.7831.1203789258.18990.info-gnus-english@gnu.org>
2008-02-26 16:54                       ` Registry not registering duplicate articles Ted Zlatanov
2008-02-26 18:20                         ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kzzltreevz.fsf_-_@kafka.physik3.gwdg.de \
    --to=de_bb@arcor.de \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).