Gnus development mailing list
 help / color / mirror / Atom feed
* accessing Gmail non-latin folders with nnimap
@ 2008-08-05  8:46 Daiki Ueno
  2008-08-05  9:50 ` Paul R
  2008-08-07 20:18 ` Reiner Steib
  0 siblings, 2 replies; 4+ messages in thread
From: Daiki Ueno @ 2008-08-05  8:46 UTC (permalink / raw)
  To: ssSslang, ding

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-08 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05  8:46 accessing Gmail non-latin folders with nnimap Daiki Ueno
2008-08-05  9:50 ` Paul R
2008-08-07 20:18 ` Reiner Steib
2008-08-08 12:16   ` Daiki Ueno

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).