Richard Riley <[email protected]> writes: > Andreas Most <[email protected]> writes: > >> [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 > > Is this server specific? I have only > > gnus-select-method '(nnimap "mymail" > (nnimap-stream ssl) > (nnimap-address "imap.myserver.net") > (nnimap-authinfo-file "~/.authinfo") > (nnir-search-engine imap)) > > And it works fine (emacs 23).
I have started with Gnus only recently, so I am not yet familiar with all the features. As of my understanding it is only possible to browse the server specified in the gnus-select-method but not in the gnus-secondary-select-methods. Moreover, with the above method it is possible to add folders from different imap services for the poor people (like me) who have several email accounts. Andreas. -- AndreasDotMostAtGmailDotCom _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
