From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Supercite and mail-citation-hook Date: Mon, 02 Nov 2009 09:18:06 -0500 Message-ID: References: <19179.27562.403821.797322@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257171659 3984 80.91.229.12 (2 Nov 2009 14:20:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Nov 2009 14:20:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 02 15:20:49 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N4xlw-0002f5-P9 for ged-emacs-devel@m.gmane.org; Mon, 02 Nov 2009 15:20:41 +0100 Original-Received: from localhost ([127.0.0.1]:46127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4xlw-0001kQ-77 for ged-emacs-devel@m.gmane.org; Mon, 02 Nov 2009 09:20:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4xjc-0008Bt-7u for emacs-devel@gnu.org; Mon, 02 Nov 2009 09:18:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4xjU-00085i-Im for emacs-devel@gnu.org; Mon, 02 Nov 2009 09:18:12 -0500 Original-Received: from [199.232.76.173] (port=46975 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4xjU-00085a-91 for emacs-devel@gnu.org; Mon, 02 Nov 2009 09:18:08 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:60039 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4xjU-0001Uc-2O for emacs-devel@gnu.org; Mon, 02 Nov 2009 09:18:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsgEAOd47kpFpYlL/2dsb2JhbACBUNpAhDkEiGY X-IronPort-AV: E=Sophos;i="4.44,667,1249272000"; d="scan'208";a="48530767" Original-Received: from 69-165-137-75.dsl.teksavvy.com (HELO pastel.home) ([69.165.137.75]) by ironport2-out.pppoe.ca with ESMTP; 02 Nov 2009 09:18:07 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id AF9C683D9; Mon, 2 Nov 2009 09:18:06 -0500 (EST) In-Reply-To: <19179.27562.403821.797322@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Fri, 30 Oct 2009 23:41:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116578 Archived-At: > The wording ("not modify the raw text in any way", "original headers") > seems to indicate that the MUA shouldn't do any decoding here. Yes, this is misleading. > So my question is, who should decode the headers? The MUA. Stefan