From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84692 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH 2/2] gnus.texi (Posting Styles): Document string replacement when matching against headers Date: Fri, 18 Jul 2014 17:20:02 +0900 Organization: Emacsen advocacy group Message-ID: References: <1405668583-14462-1-git-send-email-albert+gnus@zeitkraut.de> <1405668583-14462-2-git-send-email-albert+gnus@zeitkraut.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1405671648 1969 80.91.229.3 (18 Jul 2014 08:20:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2014 08:20:48 +0000 (UTC) Cc: ding@gnus.org To: albert+gnus@zeitkraut.de Original-X-From: ding-owner+M32935@lists.math.uh.edu Fri Jul 18 10:20:40 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X83PE-0001Zc-6T for ding-account@gmane.org; Fri, 18 Jul 2014 10:20:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1X83Ou-0004X9-1K; Fri, 18 Jul 2014 03:20:20 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1X83Os-0004Wz-VI for ding@lists.math.uh.edu; Fri, 18 Jul 2014 03:20:18 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1X83Os-0001fN-6E for ding@lists.math.uh.edu; Fri, 18 Jul 2014 03:20:18 -0500 Original-Received: from [205.234.186.191] (helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1X83Oq-00025E-J6 for ding@gnus.org; Fri, 18 Jul 2014 10:20:16 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:49707 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.82) (envelope-from ) id 1X83Oe-002C25-J2; Fri, 18 Jul 2014 03:20:09 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/24.4.50 (i686-pc-cygwin) Cancel-Lock: sha1:M18uO/GDPTuoQZgNUVbcMzwBYnY= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84692 Archived-At: On Fri, 18 Jul 2014 09:29:42 +0200, albert+gnus@zeitkraut.de wrote: > +2013-07-17 Albert Krewinkel > + > + * gnus-msg.el (gnus-configure-posting-style): > + Allow string replacements in values when matching against a header. > + On Fri, 18 Jul 2014 09:29:43 +0200, albert+gnus@zeitkraut.de wrote: > +2014-07-18 Albert Krewinkel > + > + * gnus.texi (Posting Styles): Document the possibility to perform > + string replacements when matching against headers. > + Perfect! I've installed your patches in the Gnus Git master and also the Emacs trunk. Thank you.