Gnus development mailing list
 help / color / mirror / Atom feed
From: spamtrap@koldfront.dk (Adam Sjøgren)
Subject: Re: How to hide Face header when creating message.
Date: Fri, 09 Jan 2004 01:24:28 +0100	[thread overview]
Message-ID: <87smiq7yv7.fsf@virgil.koldfront.dk> (raw)
In-Reply-To: <874qv6rnxe.fsf@atia.com>

On Fri, 09 Jan 2004 02:00:29 +0200, Nedko wrote:

> But now when I create new messages, I have nearly half of my screen
> filled with Face header data (encoded). Is there any method to avoid
> this ?

I sometimes use:

 (add-hook 'message-send-hook 'asjo-add-face-header)

 (defun asjo-add-face-header ()
  "Add a Face: header to the message, if it's a news-article."
  (if (message-news-p)
      (message-add-header "Face: iVBOR[blahblah]")))

for adding a Face: (to newsgroup articles only).

There are probably other ways.


  Best regards,

-- 
 "I like maxims that don't                                    Adam Sjøgren
  encourage behavior modification"                       asjo@koldfront.dk




  reply	other threads:[~2004-01-09  0:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09  0:00 Nedko Arnaudov
2004-01-09  0:24 ` Adam Sjøgren [this message]
2004-01-09  7:36 ` David Kågedal
2004-01-09 22:00 ` Raymond Scholz

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=87smiq7yv7.fsf@virgil.koldfront.dk \
    --to=spamtrap@koldfront.dk \
    /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).