From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48012 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus doesn't obey header settings. Date: Tue, 03 Dec 2002 19:04:31 +0100 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: <841y4z7e8y.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038942248 11112 80.91.224.249 (3 Dec 2002 19:04:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2002 19:04:08 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JIKv-0002sc-00 for ; Tue, 03 Dec 2002 20:04:01 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18JIKm-0005My-00; Tue, 03 Dec 2002 13:03:52 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 03 Dec 2002 13:04:41 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA15476 for ; Tue, 3 Dec 2002 13:04:27 -0600 (CST) Original-Received: (qmail 26075 invoked by alias); 3 Dec 2002 19:03:27 -0000 Original-Received: (qmail 26068 invoked from network); 3 Dec 2002 19:03:27 -0000 Original-Received: from pfepb.post.tele.dk (193.162.153.3) by gnus.org with SMTP; 3 Dec 2002 19:03:27 -0000 Original-Received: from defun.localdomain (0xc3f95367.esnxr2.ras.tele.dk [195.249.83.103]) by pfepb.post.tele.dk (Postfix) with ESMTP id 21D265EEB98 for ; Tue, 3 Dec 2002 20:03:08 +0100 (CET) Original-To: ding@gnus.org X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; (Maciej Matysiak's message of "Tue, 03 Dec 2002 15:19:29 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48012 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48012 Maciej Matysiak writes: >> Don't set `gnus-show-all-headers' to t if you want some headers to be >> hidden. > > done. no change :( gnus still shows all the headers in articles. Strange. It works for me with (setq gnus-visible-headers nil) (setq gnus-ignored-headers ... >> Make it a list of regexps not _one_ single regexp. > > like that: > > (setq gnus-sorted-header-list > '( > "^From:" > "^To:" > )) Yes. > still no effect, gnus shows the headers in chaotic way. Well, there is a bug that makes Gnus ignore the _last_ entry in the list, but the rest of the entries are sorted for me. > how can i debug why gnus ignores the settings? edebug `article-hide-headers' in gnus-art.el. See .