Gnus development mailing list
 help / color / mirror / Atom feed
* gnus doesn't obey header settings.
@ 2002-12-02 21:33 Maciej Matysiak
  2002-12-03  3:10 ` Jesper Harder
  2002-12-03  7:28 ` Kai Großjohann
  0 siblings, 2 replies; 12+ messages in thread
From: Maciej Matysiak @ 2002-12-02 21:33 UTC (permalink / 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!



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-01-24 21:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-02 21:33 gnus doesn't obey header settings Maciej Matysiak
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

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).