Gnus development mailing list
 help / color / mirror / Atom feed
From: Danny Siu <dsiu@adobe.com>
Subject: Re: gnus-registry question
Date: Thu, 13 Nov 2003 11:49:04 -0800	[thread overview]
Message-ID: <u4qx8camn.fsf@adobe.com> (raw)
In-Reply-To: <4n8ymk8auu.fsf@benko.bwh.harvard.edu>

Ted,

From gnus/lisp/ChangeLog:

2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>

	* gnus.el (gnus-variable-list): removed gnus-registry-alist and
	gnus-registry-headers-alist from the list
	(gnus-registry-headers-alist): removed
	(registry-ignore): new parameter, with accompanying
	gnus-registry-ignored-groups global variable

gnus-registry-ignored-groups was added to gnus.el but later removed,
probably obsoleted by gnus-registry-unfollowed-groups.

Well, why my setting works is probably because gnus registry respects:

(setq nnmail-split-fancy-with-parent-ignore-groups '("Archive" "spam"))

Which is nice.  

Ted Zlatanov writes:

  Ted> Are you sure you don't mean gnus-registry-unfollowed-groups (default
  Ted> is '("delayed" "drafts" "queue"))?  I can't find
  Ted> gnus-registry-ignored-groups in my code :)

  Ted> gnus-registry.el also respects
  Ted> nnmail-split-fancy-with-parent-ignore-groups.

  Ted> Both of the variables above are actually lists of strings to be
  Ted> matched, not association lists as you indicate.

  Ted> I think the list you indicate would actually be good for general use
  Ted> as a default, with a slight modification:

  Ted> (setq gnus-registry-unfollowed-groups '("delayed" "drafts" "queue"
  Ted>                                         "^nnrss:" "^nntp:" "spam"))

  Ted> ;; untested
  Ted> (when (featurep 'spam)
  Ted>  (dolist (group spam-junk-mailgroups) (add-to-list
  Ted>  gnus-registry-unfollowed-groups group)))

  Ted> What do you think of the above as a default?  The ^ anchor is needed
  Ted> because otherwise groups like "nnml:discuss-nntp" would be matched.

  Ted> Thanks Ted

-- 
Danny Dick-Fung Siu              mailto:dsiu@adobe.com
Advanced Technology Group @ Adobe Systems Incorporated





  parent reply	other threads:[~2003-11-13 19:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-12 21:41 Jake Colman
2003-11-12 22:04 ` Ted Zlatanov
2003-11-14 13:25   ` Jake Colman
2003-11-19 21:06     ` Ted Zlatanov
2003-11-12 23:07 ` Danny Siu
2003-11-13 15:50   ` Jake Colman
2003-11-13 16:57   ` Ted Zlatanov
2003-11-13 19:13     ` Raymond Scholz
2003-11-13 19:49     ` Danny Siu [this message]
2003-11-19 21:01       ` gnus-registry-ignored-groups (was: gnus-registry question) 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=u4qx8camn.fsf@adobe.com \
    --to=dsiu@adobe.com \
    /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).