From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: rfc2047-decode-region Date: Mon, 02 Jan 2012 19:33:37 +0200 Message-ID: <83r4ziqaa6.fsf@gnu.org> References: <83wr9drqyx.fsf@gnu.org> <87obuoewk3.fsf@uwakimon.sk.tsukuba.ac.jp> <83mxa8stev.fsf@gnu.org> <87mxa61bvv.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325525624 19234 80.91.229.12 (2 Jan 2012 17:33:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2012 17:33:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 02 18:33:39 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RhllT-0003bE-LT for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2012 18:33:39 +0100 Original-Received: from localhost ([::1]:52281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhllT-0001FR-7x for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2012 12:33:39 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhllR-0001Ey-8P for emacs-devel@gnu.org; Mon, 02 Jan 2012 12:33:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhllQ-00061F-8r for emacs-devel@gnu.org; Mon, 02 Jan 2012 12:33:37 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:56231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhllQ-0005wa-0h for emacs-devel@gnu.org; Mon, 02 Jan 2012 12:33:36 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LX600A00M1E2C00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 02 Jan 2012 19:33:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.18.76]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LX6006KRM3WUR11@a-mtaout22.012.net.il>; Mon, 02 Jan 2012 19:33:33 +0200 (IST) In-reply-to: <87mxa61bvv.fsf@uwakimon.sk.tsukuba.ac.jp> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147182 Archived-At: > From: "Stephen J. Turnbull" > Cc: emacs-devel@gnu.org > Date: Mon, 02 Jan 2012 22:18:12 +0900 > > Eli Zaretskii writes: > > > > It's all in RFC 5322. Doesn't everybody know that by heart? ;-) > > > > I didn't find a place that would explain how to compute 5322 from > > 2047. > > I didn't either; that's why you need to know the RFC by heart. Seems > a reasonable requirement for participation in a project which chooses > its infrastructure based on email controllability! :-) Well, I didn't really want to understand email. I just wanted to fix the display of some RFC 2047 encoded headers in Rmail, when the message is not a MIME message. > > Thanks. I needed it to decode a region of the "rmail view buffer", > > where we display a single message, which includes all the displayed > > headers, including From, To, CC, Subject, etc. So from your > > explanations I understand that the ADDRESS-MIME argument can stay nil > > in that case, correct? > > Yes, if I were you I'd set it to nil. Thanks. That's what I did in the first place, but I was unsure whether it was TRT.