Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* custom header
@ 2003-11-22 14:23 Guldo K
  2003-11-22 17:35 ` Louis
  0 siblings, 1 reply; 2+ messages in thread
From: Guldo K @ 2003-11-22 14:23 UTC (permalink / raw)


How can headers be customized?
I mean, Xref, Sender, and the like.

Thanks,

Guldo


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

* Re: custom header
  2003-11-22 14:23 custom header Guldo K
@ 2003-11-22 17:35 ` Louis
  0 siblings, 0 replies; 2+ messages in thread
From: Louis @ 2003-11-22 17:35 UTC (permalink / raw)


Guldo K <guldo@tiscali.it> writes:

> How can headers be customized?
> I mean, Xref, Sender, and the like.

(setq message-default-headers
      (concat

"Face: blah blah \n"
"X-blah: blah \n"
"X-whaterver: blah \n"
"Header: blah \n"

(with-temp-buffer
          (insert "X-Face: ")
          (insert-file-contents "~/.xface13")
          (buffer-string)
)))

-- 
LCC


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

end of thread, other threads:[~2003-11-22 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-22 14:23 custom header Guldo K
2003-11-22 17:35 ` Louis

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