[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap can not get Sent Mail in Gmail
From: |
Plato Wu |
Subject: |
Re: nnimap can not get Sent Mail in Gmail |
Date: |
Sat, 05 Dec 2009 14:31:11 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Ted Zlatanov <tzz@lifelogs.com> writes:
> On Fri, 04 Dec 2009 17:28:48 +0800 Plato Wu <gtalk000@gmail.com> wrote:
>
> PW> egallego@babel.ls.fi.upm.es (Emilio Jesús Gallego Arias) writes:
>>> Plato Wu <gtalk000@gmail.com> writes:
>>>
>>>> Ted Zlatanov <tzz@lifelogs.com> writes:
>>>>
>>>>> On Mon, 30 Nov 2009 14:26:25 +0800 Plato Wu <gtalk000@gmail.com> 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> I don't know why, please help me, thank you in advance.
>>>
>>> Could be a case of gnus-ignored-newsgroups?
>>>
>>> ,----[ C-h v gnus-ignored-newsgroups RET ]
>>> | gnus-ignored-newsgroups is a variable defined in `gnus-start.el'.
>>> | Its value is
>>> | "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"][]\"['()]"
>>> |
>>> | Documentation:
>>> | *A regexp to match uninteresting newsgroups in the active file.
>>> | Any lines in the active file matching this regular expression are
>>> | removed from the newsgroup list before anything else is done to it,
>>> | thus making them effectively non-existent.
>>> |
>>> | You can customize this variable.
>>> |
>>> | [back]
>>> `----
> PW> Definitely! Thank you very much!
>
> PW> they all have a "[Gmail]" prefix which is matched with
> gnus-ignored-newsgroups.
>
> http://www.emacswiki.org/emacs/GnusGmail says it but it's easy to miss
> it. Could you update with your setup and experience?
>
> Thanks
> Ted
I have update the document and remove the confusing words: I have read
it and only try to do with gnus-invalid-group-regexp, :(
Is it OK?