Gnus development mailing list
 help / color / mirror / Atom feed
From: pf.gomez@free.fr (Pierre-François Gomez)
Subject: newbie lost in his headers
Date: 07 Oct 2002 16:58:27 +0200	[thread overview]
Message-ID: <ptuml2i4.fsf@free.fr> (raw)

Hello,

I'm new to Gnus, but am reading the list for some time now.

I post because i'd like to configure the Message buffer (the one that
shows the content of the message, if i'm right) to show me all the
headers *but* those i specify manually (ie: those that annoy me after
some time...).

Here is my experience :
i first tried showing all of them :
/--
| (setq gnus-show-all-headers t) ; works fine
\--

Now i'd like to hide just the "References:" :
/--
| (setq gnus-show-all-headers t)
| (setq gnus-ignored-headers "^References")
\--

It does nothing at all, still showing me all the headers !

Then i saw something with "ignored-headers" having no effect if
"visible-headers" is set. Maybe its default isn't nil ? Trying to add
this :
/--
| (setq gnus-show-all-headers t)
| (setq gnus-visible-headers nil)
| (setq gnus-ignored-headers "^References")
\--

The "References" fields are still there ! :(

Give it a last try before asking help :
/--
| (setq gnus-ignored-headers "^References")
\--
(that is, removing the first two lines)

I'm falling down to the default (From, Subject, To, Date, Reply-To)...

Now i'm lost :(
Need i specify each header i want visible ? Event if don't already know
of them ?
Is there no way to hide just those i specify ?

Browsing either the Manual, the FAQ or the Message manual doesn't seem
to help.

I also tried tuning things from "M-x customize" -> "gnus-article-headers"
but it didn't help much, and wrote things to ".xemacs/custom.el" while i'm
using ".gnus.el".

I feel this is something really simple but i'm learning Gnus alone, just
with the default documentation, and i just start to see some pieces of
the big Gnus puzzle fitting with some others...

Thanks for your help, and hope i gave you enough information !

ps:
Some other notes about my environment:
- "M-x version" : XEmacs 21.4 (patch 10) "Military Intelligence (RC3 Windows)"
                  [Lucid] (i586-pc-win32) of Thu Oct 03 2002 on TSUNAMI
- "M-x gnus-version" : Gnus v5.8.8
- So i use Gnus inside Xemacs "native" (not cygwin) on Win2k
- after each change in my ~/.gnus.el, i exit both Gnus and Xemacs
  ("à la windows")
- i'm using nnimap as my primary select method

-- 
  .''`.  Pierre-François Gomez <pf.gomez@free.fr>
 : :' :
 `. `'   "Toute faute dans ce message est sûrement due à un bug dans
   `-     l'interface clavier-félin d'appartement."




             reply	other threads:[~2002-10-07 14:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-07 14:58 Pierre-François Gomez [this message]
2002-10-07 18:10 ` Pierre-François Gomez
2002-10-07 19:20 ` Kai Großjohann
2002-10-08  6:51 ` Jonas Steverud

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=ptuml2i4.fsf@free.fr \
    --to=pf.gomez@free.fr \
    /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).