Gnus development mailing list
 help / color / mirror / Atom feed
From: Rasmus <rasmus@gmx.us>
To: ding@gnus.org
Subject: Posting styles and Faces
Date: Wed, 04 Sep 2013 20:03:43 +0200	[thread overview]
Message-ID: <877gew31mo.fsf@gmx.us> (raw)

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.




             reply	other threads:[~2013-09-04 18:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-04 18:03 Rasmus [this message]
2013-09-04 22:56 ` Katsumi Yamaoka
2013-09-05 19:05   ` Rasmus

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=877gew31mo.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=ding@gnus.org \
    /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).