Gnus development mailing list
 help / color / mirror / Atom feed
From: Daiki Ueno <ueno@unixuser.org>
To: ssSslang <sssslang@gmail.com>, ding@gnus.org
Subject: accessing Gmail non-latin folders with nnimap
Date: Tue, 05 Aug 2008 17:46:03 +0900	[thread overview]
Message-ID: <87sktjj1dg.fsf@broken.deisui.org> (raw)

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



             reply	other threads:[~2008-08-05  8:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05  8:46 Daiki Ueno [this message]
2008-08-05  9:50 ` Paul R
2008-08-07 20:18 ` Reiner Steib
2008-08-08 12:16   ` Daiki Ueno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sktjj1dg.fsf@broken.deisui.org \
    --to=ueno@unixuser.org \
    --cc=ding@gnus.org \
    --cc=sssslang@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).