From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67209 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: accessing Gmail non-latin folders with nnimap Date: Tue, 05 Aug 2008 17:46:03 +0900 Message-ID: <87sktjj1dg.fsf@broken.deisui.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: ger.gmane.org 1217926011 23819 80.91.229.12 (5 Aug 2008 08:46:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2008 08:46:51 +0000 (UTC) To: ssSslang , ding@gnus.org Original-X-From: ding-owner+M15665@lists.math.uh.edu Tue Aug 05 10:47:42 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 1KQICg-0006E9-DU for ding-account@gmane.org; Tue, 05 Aug 2008 10:47:38 +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 1KQIBL-0006Fa-3B; Tue, 05 Aug 2008 03:46:15 -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 1KQIBJ-0006FG-NU for ding@lists.math.uh.edu; Tue, 05 Aug 2008 03:46:13 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KQIBF-00073c-Pe for ding@lists.math.uh.edu; Tue, 05 Aug 2008 03:46:13 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.169]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KQIBE-0007Kl-00 for ; Tue, 05 Aug 2008 10:46:08 +0200 Original-Received: by wf-out-1314.google.com with SMTP id 26so2347239wfd.26 for ; Tue, 05 Aug 2008 01:46:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type:sender; bh=YoKBwysoViv7PhL7Jpdwa60HLd+ReFKx87Z1SuIpKeg=; b=AhD3aoo+jO76Xumr2jMFGNt6i6Kwcsa2QA6JKaKMmIwaeHsZ92bUx0bustTF9qNd5R h4lf2Avdpd6rXfyJcFkqPt1bD7P5W2bgxPxuK6hB+VEZ9oUHZR9IwyWeNoLej8X2s0go qYyyvoTNLhgkF5tTvEwABnuZbqPOwxoUoOM5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type:sender; b=R+GHPI86I8GxxABg8VCFlExt1XxwLrkm3cIpGbvKMUjUDhX5zYsH1iV/3786akn03c mBhlXgU/z4Lohf2eoEmu4KHXK9fApNiwbT6tRUR5B0IIINZ5DIlVPhHNWjVWbwXZAa79 O0pWMXW5G0pZs2dBa+G+9KGF6Xh9rMOFcMzqM= Original-Received: by 10.142.188.4 with SMTP id l4mr5345625wff.151.1217925966572; Tue, 05 Aug 2008 01:46:06 -0700 (PDT) Original-Received: from p360 ( [150.82.173.253]) by mx.google.com with ESMTPS id 9sm6449736wfc.19.2008.08.05.01.46.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 05 Aug 2008 01:46:05 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: 0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67209 Archived-At: Hello, I have seen a problem you reported, and IIUC the problem has never been resolved. http://article.gmane.org/gmane.emacs.gnus.general/67144 Today, I looked into the code and perhaps found a solution: (setq gnus-ignored-newsgroups "") (defadvice utf7-encode (before fix-multibyteness-for-gnus activate) (ad-set-arg 0 (string-as-multibyte (string-to-unibyte (ad-get-arg 0))))) With this setting, I can list/read groups which look like "[Gmail]/送信済みメール" (in Japanese). Hope this helps, -- Daiki Ueno