Ted Zlatanov <[email protected]> writes: > On Mon, 30 Nov 2009 14:26:25 +0800 Plato Wu <[email protected]> wrote: > > PW> I have configured Gnus to access Gmail by IMAP, It can get INBOX and > PW> other labels which are created by me. The important Sent Mail label > PW> can not be showed. > > PW> If I label Sent Mail with my created Label, it is OK. I suspect it > PW> is because Sent Mail contains space, but I tried label with space, It > PW> works well too. > > PW> I don't know why, please help me, thank you in advance. > > Does the same setup work with another IMAP client, e.g. Thunderbird? > > Ted
I have tried Thunderbird, it works well and its IMAP folder location like this: imap://gtalk000%[email protected]/%5BGmail%5D imap://gtalk000%[email protected]/%5BGmail%5D/All%20Mail my .gnus.el is: (setq gnus-secondary-select-methods '((nntp "news.cn99.com") (nntp "news.newsfan.net") (nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl)))) (setq message-send-mail-function 'smtpmail-send-it smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)) smtpmail-default-smtp-server "smtp.gmail.com" smtpmail-smtp-server "smtp.gmail.com" smtpmail-smtp-service 587 smtpmail-local-domain nil) authentication credentials is stored in ~/.authinfo Thank you very much! Plato Wu _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
