[email protected] (Kamil Jońca) writes:

> Andrzej Adam Filip <[email protected]> writes:
>
>> [email protected] (Kamil Jońca) wrote:
>>
>>> Andrzej Adam Filip <[email protected]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to