Gnus development mailing list
 help / color / mirror / Atom feed
From: Maciej Matysiak <phoner.ding@blah.pl>
Subject: gnus doesn't obey header settings.
Date: Mon, 02 Dec 2002 22:33:10 +0100	[thread overview]
Message-ID: <hhu1hwumw9.fsf@blah.pl> (raw)


hi,

for some sad reason i had to set up my gnus environment from scratch.
the only problem i have so far is with viewing articles. here's snippet from
my .gnus file:

(require 'gnus-art)
(setq gnus-treat-hide-boring-headers nil)
(setq gnus-show-all-headers t)
(setq gnus-visible-headers nil)
(setq gnus-ignored-headers
      (concat
       "^\\("
       (regexp-opt
	'(
	  "Message-ID"
	  "Received"
	  "References"
	  "X-Cache"
	  "X-MimeOLE"
	  "X-MSMail-Priority"
	  "Xref"
	  ))
       "\\):")
      )

gnus should show all the article's headers except these specified above, i
think, but it shows all the headers. any idea why? missing hook, forgotten
setq? i hope that the regexp looks ok.


and another thing:

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

the above should tell gnus to display article's headers in such order, but has
no effect at all. please someone enlighten me before i start reading sources ;)

i'm using oort from cvs (updated few hours ago).

 m.m. (scared after using webmail for few days)
-- 
 use gnus, not guns!



             reply	other threads:[~2002-12-02 21:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 21:33 Maciej Matysiak [this message]
2002-12-03  3:10 ` Jesper Harder
2002-12-03  7:28 ` Kai Großjohann
2002-12-03 14:19   ` Maciej Matysiak
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=hhu1hwumw9.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).