Gnus development mailing list
 help / color / mirror / Atom feed
From: Christian Kurz <shorty@jupiter.rhein-neckar.de>
Subject: Re: no face
Date: 17 Sep 1998 21:17:56 +0200	[thread overview]
Message-ID: <87vhmmft0a.fsf@jupiter.rhein-neckar.de> (raw)
In-Reply-To: Phil Humpherys's message of "17 Sep 1998 11:01:07 -0600"

Phil Humpherys <phumpherys@utah-inter.net> wrote:

> This didn't work...  believe it or not.

I use the following code in my .gnus to insert my xface. Probably it
works for you, too.

;;*
;;*X-Face
;;*===============================
(defun mail-insert-x-face ()
  (save-excursion
    (goto-char (point-min))
    (search-forward mail-header-separator)
    (beginning-of-line)
    (insert "X-Face:")
    (insert-file-contents "~/.face")))

(add-hook 'message-setup-hook 'mail-insert-x-face)

Regards Christian



  reply	other threads:[~1998-09-17 19:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-16 21:45 Phil Humpherys
1998-09-17 11:14 ` Lee Willis
1998-09-17 17:01   ` Phil Humpherys
1998-09-17 19:17     ` Christian Kurz [this message]
1998-09-17 21:34       ` Phil Humpherys
1998-09-17 21:45         ` Phil Humpherys
1998-09-17 14:14 ` Francisco Solsona
1998-09-17 17:02   ` Phil Humpherys
1998-09-17 21:53 Phil Humpherys

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=87vhmmft0a.fsf@jupiter.rhein-neckar.de \
    --to=shorty@jupiter.rhein-neckar.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).