Gnus development mailing list
 help / color / mirror / Atom feed
From: Janne Rinta-Manty <jrm@iki.fi>
Subject: Re: Faster group entry for some groups?
Date: Fri, 05 May 2000 14:16:51 GMT	[thread overview]
Message-ID: <xknpur19j9w.fsf@tahkokari.cs.Helsinki.FI> (raw)
In-Reply-To: <200005051137.NAA07020@lucy.cs.uni-dortmund.de>

Kai Großjohann 2000-05-05T11:44:50Z:
KG> I have gnus-fetch-old-headers set to t by default, but changed it
KG> to nil in the group parameters of the two groups in question.
KG> Gnus still reads lots of data when entering the group.

ISTM that this is again one of those things that you can't set in the
group parameters.

I was having a same kind of problem with this list, which I read from
sunsite.auc.dk. So I finally took the time to do some trial and error,
and this is my solution:

(add-hook 'gnus-summary-mode-hook 'jrm-fetch-old-headers-or-not)

(defun jrm-fetch-old-headers-or-not ()
  (setq gnus-fetch-old-headers
	(not (string-match "emacs.ding$" gnus-newsgroup-name))))

-- 
Janne Rinta-Mänty



  reply	other threads:[~2000-05-05 14:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-05 11:37 Kai Großjohann
2000-05-05 14:16 ` Janne Rinta-Manty [this message]
2000-05-05 14:38   ` Kai Großjohann
2000-05-05 15:41     ` Janne Rinta-Manty

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=xknpur19j9w.fsf@tahkokari.cs.Helsinki.FI \
    --to=jrm@iki.fi \
    /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).