Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Twilley <jmt+usenet@twilley.org>
Subject: Hey, it kinda worked!
Date: Wed, 28 Nov 2001 14:30:28 -0800	[thread overview]
Message-ID: <86g06yplyz.fsf@duchess.twilley.org> (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



             reply	other threads:[~2001-11-28 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-28 22:30 Jack Twilley [this message]
2001-11-28 23:50 ` Bill White
2001-11-29  0:21   ` Jack Twilley

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=86g06yplyz.fsf@duchess.twilley.org \
    --to=jmt+usenet@twilley.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).