From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55862 Path: main.gmane.org!not-for-mail From: spamtrap@koldfront.dk (=?iso-8859-1?q?Adam_Sj=F8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: How to hide Face header when creating message. Date: Fri, 09 Jan 2004 01:24:28 +0100 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Sender: ding-owner@lists.math.uh.edu Message-ID: <87smiq7yv7.fsf@virgil.koldfront.dk> References: <874qv6rnxe.fsf@atia.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1073607894 29774 80.91.224.253 (9 Jan 2004 00:24:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2004 00:24:54 +0000 (UTC) Original-X-From: ding-owner+M4402@lists.math.uh.edu Fri Jan 09 01:24:50 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AekSH-00045j-00 for ; Fri, 09 Jan 2004 01:24:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AekS4-0000W9-00; Thu, 08 Jan 2004 18:24:36 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AekRz-0000W4-00 for ding@lists.math.uh.edu; Thu, 08 Jan 2004 18:24:31 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id DCBB33A0062 for ; Thu, 8 Jan 2004 18:24:30 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AekRx-0001bY-00 for ; Fri, 09 Jan 2004 01:24:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AekRw-0001bQ-00 for ; Fri, 09 Jan 2004 01:24:28 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AekRw-0007jn-00 for ; Fri, 09 Jan 2004 01:24:28 +0100 Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: YR:#}ygvn 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, --=20 "I like maxims that don't Adam Sj=F8gren encourage behavior modification" asjo@koldfront.dk