From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12002 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.user Subject: Re: GNUS and imap Date: Tue, 17 Mar 2009 14:48:53 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87eix9pjmv.fsf@kjonca.kjonca> <87ocwd8hve.fsf@kjonca.kjonca> <87ljr4l5an.fsf_-_@kjonca.kjonca> <87eiwwl3ne.fsf@kjonca.kjonca> <8763i8l2fs.fsf@nospam.invalid> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1237300830 22196 80.91.229.12 (17 Mar 2009 14:40:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 14:40:30 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Mar 17 15:41:48 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LjaUF-00067x-Hn for gegu-info-gnus-english@m.gmane.org; Tue, 17 Mar 2009 15:41:47 +0100 Original-Received: from localhost ([127.0.0.1]:38492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjaSt-0002kL-Af for gegu-info-gnus-english@m.gmane.org; Tue, 17 Mar 2009 10:40:23 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.straub-nv.de!news.motzarella.org!motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 58 Original-X-Trace: news.eternal-september.org U2FsdGVkX1806T4ebVL9Ch5uksFvYYmAUTud+wBKoKyQETCzq5xFRTLf3tUtDOsclxDFHsYI382BNHGgcOEuRVYJH5TYvVBDalTKVAM6tSXlUmkCo33DaP9ur/J5O7hpyLG9t3KMHIU= Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Tue, 17 Mar 2009 13:48:54 +0000 (UTC) X-Auth-Sender: U2FsdGVkX188HzLbQA7GVw8SFjbL13AQ2VovBNTihL9GY+LcJYSgkw== Cancel-Lock: sha1:+ECktlzVRvCZgFkeb19PrtnjKEI= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.gnus:82266 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:12002 Archived-At: Andreas Most writes: > kjonca@poczta.onet.pl (Kamil Jońca) writes: > >> Andrzej Adam Filip writes: >> >>> kjonca@poczta.onet.pl (Kamil Jońca) wrote: >>> >>>> Andrzej Adam Filip writes: >>>>> [...] >>>>> BTW Have you considered using IMAP? >>>> >>>> Yes, I'm trying. But I cant make gnus to see my folders other than >>>> INBOX) >>> >>> >> >> [...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). regards r.