Gnus development mailing list
 help / color / mirror / Atom feed
From: Maciej Matysiak <phoner.ding@blah.pl>
Subject: Re: gnus doesn't obey header settings.
Date: Tue, 03 Dec 2002 15:19:29 +0100	[thread overview]
Message-ID: <hhy977tcb2.fsf@blah.pl> (raw)
In-Reply-To: <841y4z7e8y.fsf@lucy.cs.uni-dortmund.de> (kai.grossjohann@uni-duisburg.de's message of "Tue, 03 Dec 2002 08:28:29 +0100")

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

>> (setq gnus-show-all-headers t)
> This means to show all headers, regardless of other variables.

Jesper Harder <harder@myrealbox.com> 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.

>> (setq gnus-sorted-header-list
>>       (concat
>>        "^\\("
>>        (regexp-opt
>> 	'(
>> 	  "From"
>> 	  "To"
>> [...]
>> 	  ))
>>        "\\):")
>>       )
>>
>> the above should tell gnus to display article's headers in such order,
>> but has no effect at all.
> Make it a list of regexps not _one_ single regexp.

like that:

(setq gnus-sorted-header-list
      '(
       "^From:"
       "^To:"
       "^Cc:"
       "^Newsgroups:"
       "^Followup-To:"
       "^Subject:"
       "^Date:"
       "^X-Sent:"
       "^Organization:"
       "^X-Mailer:"
       "^User-Agent:"
      ))

? still no effect, gnus shows the headers in chaotic way.

how can i debug why gnus ignores the settings? i'm really confused.
(why only headers' settings?)

 m.m.
-- 
 use gnus, not guns!



  reply	other threads:[~2002-12-03 14:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 21:33 Maciej Matysiak
2002-12-03  3:10 ` Jesper Harder
2002-12-03  7:28 ` Kai Großjohann
2002-12-03 14:19   ` Maciej Matysiak [this message]
2002-12-03 15:37     ` Kai Großjohann
2002-12-03 16:34       ` Maciej Matysiak
2002-12-03 17:56         ` Kai Großjohann
2002-12-03 21:58           ` Josh Huber
2003-01-23 22:54           ` Paul Jarc
2003-01-24  6:43             ` Vasily Korytov
2003-01-24 21:19               ` Paul Jarc
2002-12-03 18:04     ` Jesper Harder

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=hhy977tcb2.fsf@blah.pl \
    --to=phoner.ding@blah.pl \
    /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).