Gnus development mailing list
 help / color / mirror / Atom feed
From: Scott Blachowicz <scott@statsci.com>
Cc: ding@gnus.org
Subject: Re: Making Gnus more mail-reader-like
Date: Fri, 12 Sep 1997 08:52:20 -0700	[thread overview]
Message-ID: <199709121552.IAA05826@knife.statsci.com> (raw)
In-Reply-To: <vafd8mepyaw.fsf@ls6.cs.uni-dortmund.de>

Kai Grossjohann <grossjohann@charly.cs.uni-dortmund.de> wrote:

> Anyway, how do I make it so that nnml groups are automatically
> (display . all)?  I know about the topic parameters thing but I want
> it in the site-wide config, and topic parameters are stored in the
> .newsrc.eld.

How about a group hook of some sort?

    (defun sab:select-group-hook ()
      (if (string-match "nnml:" gnus-newsgroup-name)
        ;; I don't know what you want to do here:
        (setq gnus-mumble-something 'whatever))
      )
    (add-hook 'gnus-select-group-hook 'sab:select-group-hook)

Or is that too late in the process?

Scott Blachowicz  Ph: 206/283-8802x240   Mathsoft (Data Analysis Products Div)
                                         1700 Westlake Ave N #500
scott@statsci.com                        Seattle, WA USA   98109
Scott.Blachowicz@seaslug.org



  reply	other threads:[~1997-09-12 15:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-12 11:27 Kai Grossjohann
1997-09-12 15:52 ` Scott Blachowicz [this message]
1997-09-12 16:22   ` Kai Grossjohann
1997-09-13 23:57   ` Lars Magne Ingebrigtsen

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=199709121552.IAA05826@knife.statsci.com \
    --to=scott@statsci.com \
    --cc=ding@gnus.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).