From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37156 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-posting-styles: detecting private replies in mailing list groups Date: 27 Jul 2001 17:29:10 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172620 12362 80.91.224.250 (21 Oct 2002 03:57:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:57:00 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 4914 invoked from network); 27 Jul 2001 15:29:13 -0000 Original-Received: from mail.inf.elte.hu (157.181.161.6) by gnus.org with SMTP; 27 Jul 2001 15:29:13 -0000 Original-Received: by mail.inf.elte.hu (Postfix, from userid 28535) id 7C910800D; Fri, 27 Jul 2001 17:29:10 +0200 (CEST) Original-To: ding@gnus.org Mail-Copies-To: nobody In-Reply-To: (Karl Kleinpaste's message of "Thu, 26 Jul 2001 19:45:43 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Biscayne) Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:37156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37156 On Fri, 27 Jul 2001, at 01:45, Karl Kleinpaste wrote: > Is there a suitable predicate for use in gnus-posting-styles which > would allow one to detect that one is writing a _private_ reply to a > mailing list article? I'm using (boundp 'post) for this. If this is true, the message in question is a followup (regardless of the actual transport, so either a usenet post or a mailing list wide reply), if false, then a private reply. Absolutely undocumented hack, but seems to work. :-) Andras