Gnus development mailing list
 help / color / mirror / Atom feed
* Hey, it kinda worked!
@ 2001-11-28 22:30 Jack Twilley
  2001-11-28 23:50 ` Bill White
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Twilley @ 2001-11-28 22:30 UTC (permalink / raw)


I used to use this hackish function that would add stuff like my PGP
information and my X-Face to my headers, so I moved all that stuff
into gnus-posting-styles, and it worked.  Neat.

Unfortunately, I'm getting an extra blank line between X-Face: and
Mail-Copies-To: -- does anyone have any suggestions?

Also, headers shouldn't be highlighted below the --text follows this
line--, but the automatic highlighting thingee lit up the MCT: line in
the previous paragraph.

Here's my posting styles thing:

 gnus-posting-styles '((".*"		; defaults
			(signature-file "~/.signature")
			(name "Jack Twilley")
			("X-Attribution" "Jack")
			("X-PGP-Key" "0x007F7B38")
			("X-PGP-Fingerprint" "5315 7434 6095 DF36 995B  3407 18F1 527C 007F 7B38")
			("X-Face" (save-excursion
				    (set-buffer 
				     (find-file-noselect "~/.face" t t))
				    (buffer-string))))
		       ((message-mail-p)
			(address "jmt@twilley.org"))
		       ((message-news-p)
			(address "jmt+usenet@twilley.org"))
		       ("gnus.ding"
			("Mail-Copies-To" "nobody")))

It might be that there's a trailing newline in my ~/.face file, and if
so, I'll remove it.  Also, is there a way to do the face thing without
taking up a buffer?

Jack.
-- 
Jack Twilley
jmt at twilley dot org
http colon slash slash www dot twilley dot org slash tilde jmt slash



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

end of thread, other threads:[~2001-11-29  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-28 22:30 Hey, it kinda worked! Jack Twilley
2001-11-28 23:50 ` Bill White
2001-11-29  0:21   ` Jack Twilley

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