Gnus development mailing list
 help / color / mirror / Atom feed
From: Thomas Neumann <blacky_tn@gmx.de>
Subject: Re: message-generate-headers - changed behaviour? bug?
Date: Tue, 21 Jan 2003 18:39:31 +0100	[thread overview]
Message-ID: <87hec2767g.fsf@theredguy.de> (raw)
In-Reply-To: <m3d6mrowv1.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Tue, 21 Jan 2003 07:11:46 +0100")

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Thomas Neumann <blacky_tn@gmx.de> writes:
>
>> Nowadays when composing a mail or news with 'a' or 'm' Gnus asks me
>> for Newsgroups (twice!) and a Subject. Maybe it's just a configuration
>> flaw on my side, because a quick search on Usenet and on this mailing-
>> list index showed no 'complaints'.

> Odd.  Sounds like you have strange values for
> `message-required-mail-headers' and `message-required-news-headers'.

I guess this is what they call a well educated guess.
After commenting out the relevant part everything seems to be fine.

------------------------------------------------------------------------
;;* Insert Extra-Headers
(require 'message)
(setq message-required-headers
      (nconc message-required-news-headers
	     (list '(X-True-Organization . "Ministerium fuer galaktische
	                              Unsicherheit - Abteilung Kornkreise"))
	     )
      )
------------------------------------------------------------------------
[gnus.el, Line wrap after 'galaktische' included]

What's the proper way in order to include this header? [*hmmm* Looking
at that snippet - would 'eval-after-load' be less quick&dirty then
require?]
(What was the initial flaw - am I not supposed to mess with
 '.*-required-headers'?)


I didn't touch 'message-required-mail-headers'.

tschüß
thomas



  reply	other threads:[~2003-01-21 17:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-20 18:49 Thomas Neumann
2003-01-21  6:11 ` Lars Magne Ingebrigtsen
2003-01-21 17:39   ` Thomas Neumann [this message]
2003-01-21 19:43     ` Lars Magne Ingebrigtsen
2003-01-21 20:14       ` Doku-Bug in message-required-headers (was: message-generate-headers - changed behaviour? bug?) Thomas Neumann
2003-01-21 20:18         ` Doku-Bug in message-required-headers Lars Magne Ingebrigtsen
2003-01-21 20:30           ` Thomas Neumann
2003-01-21 20:47             ` Lars Magne Ingebrigtsen

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=87hec2767g.fsf@theredguy.de \
    --to=blacky_tn@gmx.de \
    /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).