From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66195 Path: news.gmane.org!not-for-mail From: Nicolas KOWALSKI Newsgroups: gmane.emacs.gnus.general Subject: Re: fetch-old-headers depending on group ? Date: Tue, 22 Jan 2008 08:03:58 +0100 Message-ID: <87fxwqqr35.fsf@petole.dyndns.org> References: <87k5m3uh8k.fsf@petole.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200985552 5172 80.91.229.12 (22 Jan 2008 07:05:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2008 07:05:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14686@lists.math.uh.edu Tue Jan 22 08:06:10 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHDCN-0004wt-PT for ding-account@gmane.org; Tue, 22 Jan 2008 08:05:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JHDB2-0002eq-1c; Tue, 22 Jan 2008 01:04:08 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JHDB0-0002eZ-MA for ding@lists.math.uh.edu; Tue, 22 Jan 2008 01:04:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JHDAu-0006Bn-Te for ding@lists.math.uh.edu; Tue, 22 Jan 2008 01:04:06 -0600 Original-Received: from relay-bv.club-internet.fr ([194.158.96.102]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JHDAw-00029w-00 for ; Tue, 22 Jan 2008 08:04:02 +0100 Original-Received: from petole.dyndns.org (i07v-62-34-16-56.d4.club-internet.fr [62.34.16.56]) by relay-bv.club-internet.fr (Postfix) with ESMTP id 7998B25606 for ; Tue, 22 Jan 2008 08:03:59 +0100 (CET) Original-Received: from petole.dyndns.org (petole.dyndns.org [192.168.2.2]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by petole.dyndns.org (Postfix) with ESMTP id A7A776771D for ; Tue, 22 Jan 2008 08:03:58 +0100 (CET) In-Reply-To: X-Spam-Score: -2.1 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66195 Archived-At: Reiner Steib writes: > On Mon, Jan 21 2008, Nicolas KOWALSKI wrote: > >> For my mail (nnimap), as I like to see complete threads, I have set >> gnus-fetch-old-headers's value to t. It works fine. >> >> However, my ISP news server is too slow, and so I would like to set >> gnus-fetch-old-headers's value to nil, only for nntp groups, so that >> they can be fetched quicker. >> >> Is there a way to do this ? > > Use Group parameters, via `G p', `G c' or `gnus-parameters'. See > (info "(gnus)Group Parameters"). Thanks, it works perfectly: ("^nntp.*" (gnus-fetch-old-headers nil) ) Regards, -- Nicolas