info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gmail & Gnus


From: Daiki Ueno
Subject: Re: Gmail & Gnus
Date: Thu, 28 Aug 2008 17:27:59 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>>>>> In <87wsi2uuze.fsf@gmail.com> 
>>>>>   flaviostz@gmail.com (Flávio de Souza) wrote:

> Besides that, I am trying to connect to my email archive in Gmail, but
> I only can connect to Inbox.

> How do I select to get email from all-email folder?

Try (setq gnus-ignored-newsgroups "")

But if you are using non-English locale, you will not able to enter the
selected group.  In that case, also try the following advice after the
group selection:

(defadvice utf7-encode
  (before fix-multibyteness-for-gnus activate)
  (ad-set-arg 0 (string-as-multibyte (string-to-unibyte (ad-get-arg 0)))))

Regards,
-- 
Daiki Ueno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]