Gnus development mailing list
 help / color / mirror / Atom feed
* Posting styles and Faces
@ 2013-09-04 18:03 Rasmus
  2013-09-04 22:56 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus @ 2013-09-04 18:03 UTC (permalink / raw)
  To: ding

Hi,

I have noticed that I can't insert a (PNG Base64) Face with
gnus-posting-styles.  Here's an example that can be evaluated in 
emacs -q:

#+BEGIN_SRC emacs-lisp
(progn 
  (require 'gnus-msg)
  (setq gnus-posting-styles 
	'((".*"
	   (name "Rasmus")
	   (address "rasmus@gmx.us")
	   (Face "FOO")
	   (X-Face "FOO2")
	   (-Face "BAR")))
	gnus-select-method '(nnml ""))
  (add-to-list 'gnus-secondary-select-methods
	       '(nntp "gmane"
		      (nntp-address "news.gmane.org")))
  (gnus)
  (gnus-group-mail))
#+END_SRC

Note that -Face is present, but neither Face nor X-Face is set.  I
have tried various things to get it there such as loading Face as an
optional field in message-required-mail-headers, but without success.
Is this desired behavior?

–Rasmus

-- 
. . . The proofs are technical in nature and provides no real understanding.




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

end of thread, other threads:[~2013-09-05 19:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-04 18:03 Posting styles and Faces Rasmus
2013-09-04 22:56 ` Katsumi Yamaoka
2013-09-05 19:05   ` Rasmus

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