From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47995 Path: main.gmane.org!not-for-mail From: Maciej Matysiak Newsgroups: gmane.emacs.gnus.general Subject: gnus doesn't obey header settings. Date: Mon, 02 Dec 2002 22:33:10 +0100 Organization: =?iso-8859-2?q?gnu=B6ni?= ludzie Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038864850 8256 80.91.224.249 (2 Dec 2002 21:34:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2002 21:34:10 +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 18IyCe-00028g-00 for ; Mon, 02 Dec 2002 22:34:08 +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 18IyCE-0000cp-00; Mon, 02 Dec 2002 15:33:42 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 02 Dec 2002 15:34:32 -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 PAA09882 for ; Mon, 2 Dec 2002 15:34:14 -0600 (CST) Original-Received: (qmail 6845 invoked by alias); 2 Dec 2002 21:33:17 -0000 Original-Received: (qmail 6840 invoked from network); 2 Dec 2002 21:33:16 -0000 Original-Received: from wsc.pl (qmailr@212.244.163.99) by gnus.org with SMTP; 2 Dec 2002 21:33:16 -0000 Original-Received: (qmail 2780 invoked by uid 666); 2 Dec 2002 21:33:10 -0000 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Common Lisp, i386-debian-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47995 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!