From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67211 Path: news.gmane.org!not-for-mail From: Paul R Newsgroups: gmane.emacs.gnus.general Subject: Re: accessing Gmail non-latin folders with nnimap Date: Tue, 05 Aug 2008 11:50:53 +0200 Message-ID: <873alj6b9e.fsf@gmail.com> References: <87sktjj1dg.fsf@broken.deisui.org> 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 1218062268 31661 80.91.229.12 (6 Aug 2008 22:37:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2008 22:37:48 +0000 (UTC) Cc: ssSslang , ding@gnus.org To: Daiki Ueno Original-X-From: ding-owner+M15667@lists.math.uh.edu Thu Aug 07 00:38:38 2008 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.50) id 1KQreK-0007Rg-Ux for ding-account@gmane.org; Thu, 07 Aug 2008 00:38:33 +0200 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 1KQrcH-0001Ic-7f; Wed, 06 Aug 2008 17:36:25 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KQJC4-0006ZF-JE for ding@lists.math.uh.edu; Tue, 05 Aug 2008 04:51:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KQJBz-0007Pr-Lh for ding@lists.math.uh.edu; Tue, 05 Aug 2008 04:51:04 -0500 Original-Received: from mu-out-0910.google.com ([209.85.134.184]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KQJBy-0000Fu-00 for ; Tue, 05 Aug 2008 11:50:58 +0200 Original-Received: by mu-out-0910.google.com with SMTP id i10so2016476mue.7 for ; Tue, 05 Aug 2008 02:50:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:references:from :date:in-reply-to:message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=1BlnsRJjazshS3ehIaaYdl1ZPlrUrTuyNstdFHagDqU=; b=ItOoSXNVFP1g9yYiNrHyWw5sfPYjnaqVQS3pwZ3wRidxofaFAMStnh+hkagnzAn2pI 7Fk81j4JQWAyFsGNTeJ5BCa9OmXd+Gb7QdTptPNlt/zd4Db10RA+NNPoUG/ZHnBHVCAq RGMUKeinmWbTBTYGqh3xBKbfy/dDDgzqDwUCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:references:from:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; b=rFcrRNSEuryh6xQO0bKZ5moMotHRJjWsGz/Hw5hmAhgCLLC2QVVdZBRjZ7Ed3YZznU gX9kR0rANWGiu4+wGRB9lWEuPng8dV2f7ZvVzb8+q7YZIL68x0Ewe4WYv85UgsN1LaKj a0CyOe2ygK5Etr8gSMVNjoxeI7vwGAaff78Ss= Original-Received: by 10.103.212.20 with SMTP id o20mr487974muq.22.1217929857749; Tue, 05 Aug 2008 02:50:57 -0700 (PDT) Original-Received: from ubuT42 ( [82.242.132.111]) by mx.google.com with ESMTPS id j10sm3919707mue.6.2008.08.05.02.50.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 05 Aug 2008 02:50:56 -0700 (PDT) In-Reply-To: <87sktjj1dg.fsf@broken.deisui.org> (Daiki Ueno's message of "Tue\, 05 Aug 2008 17\:46\:03 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Spam-Score: 0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67211 Archived-At: Hello Daiki, On Tue, 05 Aug 2008 17:46:03 +0900, Daiki Ueno said: DU> Hello, I have seen a problem you reported, and IIUC the problem DU> has never been resolved. DU> http://article.gmane.org/gmane.emacs.gnus.general/67144 DU> Today, I looked into the code and perhaps found a solution: DU> (setq gnus-ignored-newsgroups "") DU> (defadvice utf7-encode (before fix-multibyteness-for-gnus DU> activate) (ad-set-arg 0 (string-as-multibyte (string-to-unibyte DU> (ad-get-arg 0))))) DU> With this setting, I can list/read groups which look like DU> "[Gmail]/=E9=80=81=E4=BF=A1=E6=B8=88=E3=81=BF=E3=83=A1=E3=83=BC=E3=83= =AB" (in Japanese). DU> Hope this helps, Thanks for this solution. I also experience this behaviour with French accents, also in Gmail accessed through nnimap. --=20 Paul