Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Tassilo Horn" <heimdall@uni-koblenz.de>
Subject: Help with Face header needed
Date: Thu, 11 Dec 2003 13:33:06 +0100	[thread overview]
Message-ID: <87llpjedq5.fsf@inspiron.meinnetz.de> (raw)

Hi,

I use gnus-alias for my identities and now want to insert a Face header
in my messages. So I set up this gnus-alias-identities-alist:

<code>
(setq gnus-alias-identity-alist 
      (quote 
       (
	("GMX" 
	 ""
	 "tassilo.horn@gmx.de" 
	 "" 
	 (("Face" . my-face-header)) "" "") 
	("Freenet" 
	 "" 
	 "tassilo.horn@freenet.de" 
	 "" 
	 (("Face" . my-face-header)) "" "") 
	("Uni" 
	 ""
	 "\"Tassilo Horn\" <heimdall@uni-koblenz.de>" 
	 "Uni Koblenz" 
	 (("Face" . my-face-header)) "" ""))))
</code>

my-face-header is as follows:

<code>
(defconst my-face-header 
  "iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUAAAB9fX3Q0NA2NjYM
 DAwCAgJEpAowAAACNklEQVR4nGWTvYLbIBCE12fob5HTi5XTCyH3nEE9OaP3f5UMOLJ0Dm4s
 Pmb/GIiwQij4LfinM2kKtC2lYpzTSpSyXpawvkBR0XufNM6nlIJ+AYos3PmgSM0xpn1fxe5k
 2Y+6VGU85IisJuY5K++gHF9AR3MpEyOWNx138wuska1StivJMRneAX2xDSfbLdGM+s5dXim3
 /QyFBghxGtM3zyg4bzmu6m67dGamD+kOgH/ryfr8YLl9NbA16HoCWJQzvyJybfv5zBUglJNe
 Cc+7wlz1XXj0BskOQD3MQHex3rP0Go1gmkiv1xzNkL9F2BmZERMKvfUx6LNYZrFhnfgFKLlB
 0QRirhRM98yxtnKtpodgjeohFeQGEpJ+FvVHECl8Cy8NZColshkWCh6CbDCzVhMArsdAokvJ
 ATW8QEL9qAe2QVj06Z+gDR0KGUJWoaCbOsS1FhztSVpF+Pz6AVw/eYAepeCIta2qCqYL5Unk
 slL5kOiebmgKsQpHEUFNkqdn51AVx3LJroZW92vkbtFtIs1mklBtwJWNd9zkBjAScw061JSq
 9rFdVImQfIaM91BN4nfDVUmvCuyu4aLbDnRy1hYKus3wYGrkZxkDLaTk4J46Mgy+13g4Z3hE
 7WAlPIABqTHcwyugjNlHZ/q8JKRY8iFSlbBca4aZdtBMVwE18HPhHcotGenSm4Lg9AB7otif
 YE3OpGDsTO8KtDIn5v9AWqMbnPWzpveFETN34R2UXOAuP4d/A/kL94p2uDhzuL0AAAAASUVO
 RK5CYII=")
</code>

My problem is this: When I press m/a/r to write a message everything is
fine. The Face-header is correct. But when I then switch to another
identity the last line of the Face:-header is cut. When I switch another
time the line now on the end is cut. Another switch - another line is
gone. When I switch and only one line remained till now, the complete
Face-header appears again.

So I hope that somebody can help me before I'm getting crazy.

Much thanks in advance,

     Tassilo

-- 
"Beat me, whip me, make me use Windows!"


                 reply	other threads:[~2003-12-11 12:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87llpjedq5.fsf@inspiron.meinnetz.de \
    --to=heimdall@uni-koblenz.de \
    /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).