>>>>> In <[EMAIL PROTECTED]> >>>>> [EMAIL PROTECTED] (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 _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
