info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating new header


From: David Z Maze
Subject: Re: creating new header
Date: Wed, 20 Apr 2005 09:56:08 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (usg-unix-v)

jimmij <jimmij@jj.jj> writes:

> Is there a way to create new header?
> I would like to have "X-Jabber:"

You can just type it in the message buffer for a one-off (e.g., the
X-Extra-Header header above).  If you want it on every message, you
could also add an appropriate form to message-required-headers (or
message-required-{mail,news}-headers), e.g.

(setq message-required-mail-headers
      (nconc message-required-mail-headers
             (list '(Bcc . "dmaze@mit.edu"))))

  --dzm


reply via email to

[Prev in Thread] Current Thread [Next in Thread]