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

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

Adding "face" in conjunction with gnus-posting-styles


From: Hadron
Subject: Adding "face" in conjunction with gnus-posting-styles
Date: Tue, 24 Jul 2007 00:53:14 +0200

I currently use the gnus-posting-styles attribute "x-face-file" which
takes an xface file as a parameter.

I wish to add a "face"

(http://gnus.org/manual/gnus_286.html)

I have this in my .gnus

(setq message-required-news-headers
           (nconc message-required-news-headers
                  (list '(Face . (lambda ()
                                   (gnus-face-from-file
           "~/.xfaces/face.jpeg"))))))

Could someone help me integrate it into gnus-posting-styles so it only
adds the face header if the group name contains "pattern".

thanks for any help.


reply via email to

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