From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: nnir problem with mailboxes with umlauts (oh sorry, the last mail was HTML) Date: Tue, 11 Jun 2019 11:45:00 -0700 Message-ID: <871s002c7n.fsf@ericabrahamsen.net> References: <1225074402.30.1560266049169@webmail-ng.in-berlin.de> <8736kg5ej7.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="250619"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: "help-gnu-emacs@gnu.org" To: postmaster@faulbaum.in-berlin.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 11 20:45:20 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hallo-00131n-28 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Jun 2019 20:45:20 +0200 Original-Received: from localhost ([::1]:40512 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1halln-0004Jc-0p for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Jun 2019 14:45:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52583) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hallb-0004HR-Nt for help-gnu-emacs@gnu.org; Tue, 11 Jun 2019 14:45:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1halla-0004rE-9Y for help-gnu-emacs@gnu.org; Tue, 11 Jun 2019 14:45:07 -0400 Original-Received: from ericabrahamsen.net ([52.70.2.18]:46348 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1halla-0004qE-56 for help-gnu-emacs@gnu.org; Tue, 11 Jun 2019 14:45:06 -0400 Original-Received: from localhost (c-73-140-95-250.hsd1.wa.comcast.net [73.140.95.250]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id D5ECAFA07D; Tue, 11 Jun 2019 18:45:02 +0000 (UTC) In-Reply-To: <8736kg5ej7.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 11 Jun 2019 08:26:36 -0700") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 52.70.2.18 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120910 Archived-At: Eric Abrahamsen writes: > Robert Pluim writes: > >>>>>>> On Tue, 11 Jun 2019 17:14:09 +0200 (CEST), postmaster@faulbaum.in-b= erlin.de said: >> >> postmaster> It seems that nnir has problems with mailboxes which hav= e umlauts in >> postmaster> there names. >> >> postmaster> Am I right that this is a bug? >> >> Yes. You should do 'M-x report-emacs-bug' which will gather >> information about your emacs, and create a bug report containing this >> info. >> >> Robert >> >> PS There have been some changes in the latest master branch of Emacs >> to better handle non-ascii group names, that might function better >> (but you didn=CA=BCt tell us which version of emacs you=CA=BCre using :-= ) ) > > Right, this sounds like the stuff I've been working on/breaking. Do tell > us your Emacs version, and in the meantime I'll check the relevant areas > of the code. I tested this with Emacs 26.1, and it looks like the same bug is present there -- I'm surprised no one's run into it before. I'll look into a fix, either as part of scratch/gnus-decoded or (probably better) its own patch.