From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37135 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: gnus-posting-styles: detecting private replies in mailing list groups Date: Thu, 26 Jul 2001 19:45:43 -0400 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172604 12282 80.91.224.250 (21 Oct 2002 03:56:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:56:44 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 20223 invoked from network); 26 Jul 2001 23:45:46 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 26 Jul 2001 23:45:46 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.2/8.11.2) id f6QNjiu28121; Thu, 26 Jul 2001 19:45:44 -0400 Original-To: ding@gnus.org X-Face: ?=p^Gj2JkX~UU_@W}[q/'Dxn19x-zfIQ](y<&ky/?1-&Nz&,!W}R.Gp+"LeGojoR =RF>?!XVs{a:`Yt(gqM<#$Zy(C@]'dR4Hy4S1.I(n3:2"R:=Uy!)K9>U!gNTyH{p +_w#F[gt).$Vyvo5=9LF^PeQ(@H#}QLAbfyYxX/8t:TDR5nA\|RmJO"EwjL8tWyvM User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Developer-Friendly Unix APIs) Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:37135 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37135 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'd like to change my Gcc on the basis of this. Normally, followups out of any of my nnml:list.* groups are dropped in an outgoing nnml:list.sent group, but when I'm replying privately, any correspondence which ensues pretty much belongs in my personal.general group. It would be nice if I didn't have to remember to fix this myself every time. (message-mail-p) isn't adequate by itself, because both list followups and private replies are mail in such cases.