From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14040 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: nnmail split multi-byte bug or feature? Date: Fri, 30 Jul 2010 11:09:27 +0900 Organization: Emacsen advocacy group Message-ID: References: <3b440960-4153-4dff-8971-db813ea29aa3@f6g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280455806 18490 80.91.229.12 (30 Jul 2010 02:10:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 02:10:06 +0000 (UTC) Cc: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Jul 30 04:10:03 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oef2s-0001g1-UP for gegu-info-gnus-english@m.gmane.org; Fri, 30 Jul 2010 04:09:59 +0200 Original-Received: from localhost ([127.0.0.1]:54133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oef2s-00046O-66 for gegu-info-gnus-english@m.gmane.org; Thu, 29 Jul 2010 22:09:58 -0400 Original-Received: from [140.186.70.92] (port=59460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oef2m-00045X-TG for info-gnus-english@gnu.org; Thu, 29 Jul 2010 22:09:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oef2l-0006fJ-TI for info-gnus-english@gnu.org; Thu, 29 Jul 2010 22:09:52 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:52994) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oef2l-0006ey-GT for info-gnus-english@gnu.org; Thu, 29 Jul 2010 22:09:51 -0400 Original-Received: from localhost ([127.0.0.1]:37535) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1Oef2d-0005HU-Cm for info-gnus-english@gnu.org; Thu, 29 Jul 2010 21:09:43 -0500 Original-Newsgroups: gnu.emacs.gnus X-Hashcash: 1:20:100730:info-gnus-english@gnu.org::21pAh2lZs0XwXaTF:000000000000000000000000000000000000A2Cm 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.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:hD8o9oriFMqbzXFWEcxifu1OtLw= Posted-To: gnu.emacs.gnus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14040 Archived-At: Newsgroups: gnu.emacs.gnus Cc: info-gnus-english@gnu.org Katsumi Yamaoka wrote: > BTW, I noticed `B nnml RET RET' in the group buffer shows > non-ASCII group names without properly decoding. It should be > fixed! Fixed in the Emacs bzr trunk and the Gnus git trunk. Stormwatch, maybe you have entries of which the group names are corrupted in the ~/Mail/active file, and may want to fix them manually. To do that, one of ways will be to do find-file it as C-x RET c utf-8-unix RET C-x C-f ~/Mail/active , edit it, and save it.