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

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

Re: picture in From header


From: Glyn Millington
Subject: Re: picture in From header
Date: Mon, 01 Nov 2004 08:21:12 +0000
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

Myriam Abramson <mabramso@hotpop.com> writes:

> Hi!
>
> How do you get the picture into the face header? 


Now which sort of picture do you mean? 

There is the black and white X-Face header, for which the Gnus FAQ gives
detailed instructions - question 5.8

But there is also the glorious glowing technicolor Face header - for
insight and examples see

http://quimby.gnus.org/circus/face/



To cut a long story short - Gnus now has some nice functions in gnus-fun
which do the converting etc for you, so a .jpg will do.  This is what I
have in .gnus to insert the Face header in mail and news

 (require 'gnus-fun)
 (setq message-required-news-headers
            (nconc message-required-news-headers
                   (list '(Face . (lambda ()
                                      (gnus-face-from-file
                                       "/home/glyn/aaa/face/bluepiSW.jpg"))))))

 (setq message-required-mail-headers
            (nconc message-required-mail-headers
                   (list '(Face . (lambda ()
                                      (gnus-face-from-file
                                       "/home/glyn/aaa/face/6015.jpg"))))))




good luck :-)


Glyn


reply via email to

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