From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Newsgroups: gmane.emacs.devel Subject: Re: UTF-8 problem with rmail From line Date: Wed, 11 Feb 2009 09:07:12 +0200 Message-ID: <19e566510902102307r538cd5b1kc0be7afad1022ab4@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234336121 4014 80.91.229.12 (11 Feb 2009 07:08:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 07:08:41 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 11 08:09:56 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 1LX9DF-00067m-2a for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2009 08:08:49 +0100 Original-Received: from localhost ([127.0.0.1]:45563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX9Bv-0006cF-Ah for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2009 02:07:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LX9Bq-0006c0-08 for emacs-devel@gnu.org; Wed, 11 Feb 2009 02:07:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LX9Bl-0006bN-Ic for emacs-devel@gnu.org; Wed, 11 Feb 2009 02:07:20 -0500 Original-Received: from [199.232.76.173] (port=54617 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX9Bl-0006bK-Dz for emacs-devel@gnu.org; Wed, 11 Feb 2009 02:07:17 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]:47883) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LX9Bi-0004fL-Gv; Wed, 11 Feb 2009 02:07:14 -0500 Original-Received: by ewy13 with SMTP id 13so85340ewy.18 for ; Tue, 10 Feb 2009 23:07:12 -0800 (PST) Original-Received: by 10.210.34.19 with SMTP id h19mr439420ebh.137.1234336032694; Tue, 10 Feb 2009 23:07:12 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:108980 Archived-At: Hi, On Wed, Feb 11, 2009 at 8:23 AM, Richard M Stallman wrote: > How about making sendmail-send-it do the encoding, > so that users can see the names in a readable form > in the *mail* buffer? > > It would also be convenient for Rmail to automatically decode > all the header fields that it displays. This would be the best option imho. Regards, ismail