From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69450 Path: news.gmane.org!not-for-mail From: Martin Stjernholm Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch: Support for non-ascii characters in imap group names Date: Sun, 21 Mar 2010 18:00:55 +0100 Message-ID: <7m1vfdmwxk.fsf@kolon.stjernholm.org> References: <7mljev50dc.fsf@kolon.stjernholm.org> <7m635qutf5.fsf@kolon.stjernholm.org> <87zl23dmiy.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269190931 18391 80.91.229.12 (21 Mar 2010 17:02:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Mar 2010 17:02:11 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M17845@lists.math.uh.edu Sun Mar 21 18:02:07 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NtOXO-00051c-KH for ding-account@gmane.org; Sun, 21 Mar 2010 18:02:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1NtOWL-00043U-Hz; Sun, 21 Mar 2010 12:01:01 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1NtOWI-00043D-Ud for ding@lists.math.uh.edu; Sun, 21 Mar 2010 12:00:58 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1NtOWH-0006WU-3W for ding@lists.math.uh.edu; Sun, 21 Mar 2010 12:00:58 -0500 Original-Received: from mail.roxen.com ([212.247.29.220]) by quimby with esmtp (Exim 3.36 #1 (Debian)) id 1NtPSL-0002Nz-00 for ; Sun, 21 Mar 2010 19:00:57 +0100 Original-Received: from localhost (c-d5f0e255.710-9-64736c14.cust.bredbandsbolaget.se [85.226.240.213]) by mail.roxen.com (Postfix) with ESMTP id C9AC962813D; Sun, 21 Mar 2010 18:00:55 +0100 (CET) In-Reply-To: <87zl23dmiy.fsf@lifelogs.com> (Ted Zlatanov's message of "Sat, 20 Mar 2010 10:45:57 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69450 Archived-At: Ted Zlatanov wrote: > Thank you, it was my fault for ignoring it. I'm glad it got through. I trust then that my followup patch to improve the nnimap startup time has reached relevant people even though I have yet to see it in list archives. > I know you have Emacs papers. I don't know if you need Gnus papers as > well (since you can contribute to Gnus through Emacs). So I'm comitting > the patch but Reiner should comment; I hope it doesn't need to be > reverted. You can always sign the Gnus papers as well to be certain. Indeed, I have signed Emacs papers. I hope that's enough, but if this turns out to be a problem then please let me know and I'll help with the necessary paperwork for Gnus as well. > I'm not sure why you need > > (nnimap-close-group): Call `imap-current-mailbox' instead of using the > variable `imap-current-mailbox'. > > but left it in, assuming it was sensible. The variable is utf-7 encoded while the function returns the decoded name, so using the variable would make the name would look garbled in that message. In general, I tried to use the functions in imap.el that deal with decoded names, to keep it clean. There are a few cases where the variable is still used, when only nil/non-nil matters.