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

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

Re: GNUS and imap


From: Andreas Most
Subject: Re: GNUS and imap
Date: Tue, 17 Mar 2009 14:11:03 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

kjonca@poczta.onet.pl (Kamil Jońca) writes:

> Andrzej Adam Filip <anfi@onet.eu> writes:
>
>> kjonca@poczta.onet.pl (Kamil Jońca) wrote:
>>
>>> Andrzej Adam Filip <anfi@onet.eu> writes:
>>>> [...]
>>>> BTW Have you considered using IMAP?
>>>
>>> Yes, I'm trying. But I cant make gnus to see my folders other than
>>> INBOX)
>>
>> <file src="~/bin/imap">
>
> [...snip...]
> I think that is something wrong rather with gnus, because folders are
> visible with thunderbird and Mutt, and only gnus can't see
> them. (Browse server can't see them also) :(

I found the following in some forum thread (but can't remember where):
Add a function to your .gnus.el

(defun gnus-browse-imaps-server (server)
        "Browse a mail server in Gnus via IMAP-SSL."
        (interactive "sServer name: ")
        (gnus-group-browse-foreign-server
          (list 'nnimap server
             (list 'nnimap-address server)
             '(nnimap-stream ssl)
             '(nnimap-list-pattern ("INBOX" "mail/*" "Mail/*" "INBOX.*"))
             '(nnimap-expunge-on-close ask))))

I have actually changed the list pattern to ("*" "*/*") which works for
Google Mail. After calling M-x gnus-browse-imaps-server you will be
asked for the server. You will then get a list of folders to which you
can subscribe.

Andreas.

--
AndreasDotMostAtGmailDotCom


reply via email to

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