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: UTF-8 problem with rmail From line Date: Tue, 10 Feb 2009 16:16:01 +0200 Message-ID: <19e566510902100616k41ed569bga094b4eb828560a7@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1234275379 6830 80.91.229.12 (10 Feb 2009 14:16:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 14:16:19 +0000 (UTC) To: emacs- devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 15:17:34 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 1LWtQc-00058c-2Y for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 15:17:34 +0100 Original-Received: from localhost ([127.0.0.1]:40263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWtPI-0007PP-Fg for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 09:16:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWtPD-0007Nd-8D for emacs-devel@gnu.org; Tue, 10 Feb 2009 09:16:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWtPA-0007M0-Mg for emacs-devel@gnu.org; Tue, 10 Feb 2009 09:16:05 -0500 Original-Received: from [199.232.76.173] (port=58442 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWtPA-0007Lx-GZ for emacs-devel@gnu.org; Tue, 10 Feb 2009 09:16:04 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:6190) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWtPA-0005bz-7s for emacs-devel@gnu.org; Tue, 10 Feb 2009 09:16:04 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 6so683497ywa.66 for ; Tue, 10 Feb 2009 06:16:02 -0800 (PST) Original-Received: by 10.142.155.17 with SMTP id c17mr259341wfe.233.1234275361596; Tue, 10 Feb 2009 06:16:01 -0800 (PST) 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:108960 Archived-At: Hi, This is a very old problem for me at least 2-3 years. But since rmail got active development again. Here goes the bug report. My name in /etc/passwd is defined as: cartman:x:1000:1000:=C4=B0smail D=C3=B6nmez,,,:/home/cartman:/bin/zsh Now in emacs when I do C-x m , I see the following: From: "=3D?utf-8?Q?=3DC4=3DB0smail_D=3DC3=3DB6nmez?=3D" To: Subject: --text follows this line-- So the name is pretty much garbage now. Is this somehow expected or is it a= bug? Regards, ismail