From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7426 Path: news.gmane.org!not-for-mail From: "kousik" Newsgroups: gmane.emacs.gnus.user Subject: Can I make gnus-posting-styles not to add an header? Date: 29 May 2006 05:59:42 -0700 Organization: http://groups.google.com Message-ID: <1148907582.480677.36120@y43g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1148910063 29047 80.91.229.2 (29 May 2006 13:41:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 13:41:03 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon May 29 15:41:00 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkhzN-0008Ep-7S for gegu-info-gnus-english@m.gmane.org; Mon, 29 May 2006 15:40:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkhzM-0002tZ-Md for gegu-info-gnus-english@m.gmane.org; Mon, 29 May 2006 09:40:56 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!y43g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 24 Original-NNTP-Posting-Host: 203.145.181.126 Original-X-Trace: posting.google.com 1148907588 30545 127.0.0.1 (29 May 2006 12:59:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 29 May 2006 12:59:48 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: y43g2000cwc.googlegroups.com; posting-host=203.145.181.126; posting-account=cNvtag0AAAAaIHRNtq7VQY_yyVD5QDhZ Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77609 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7426 Archived-At: Hi, Depending on posting style I wanted to change some of my supercite parameters. So can I ask gnus-posting-styles to just call a function of my own, but not add any header? For example I have: (setq gnus-posting-styles '((".*" (Face mf-insert-random-face) (nil (lambda () (setq sc-citation-delimiter ">"))) ("X-Now-Playing" (mr-now-playing))) ("school" (signature-file "~/.signature_short") ) )) But this still puts a header "Nil: >" in the outgoing message ... which I want to suppress. Do I have to define a message-send-hook which will strip out the Nil: header before sending out the message? Or maybe I should consider sending such an header harmless? regards Kousik