From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12006 Path: news.gmane.org!not-for-mail From: Andreas Most Newsgroups: gmane.emacs.gnus.user Subject: Re: GNUS and imap Date: Tue, 17 Mar 2009 16:24:24 +0100 Organization: T-Online Message-ID: <871vswkw9j.fsf@nospam.invalid> 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 1237312600 3216 80.91.229.12 (17 Mar 2009 17:56:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 17:56:40 +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 18:57:57 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 1LjdXj-0003bG-FJ for gegu-info-gnus-english@m.gmane.org; Tue, 17 Mar 2009 18:57:35 +0100 Original-Received: from localhost ([127.0.0.1]:49109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjdWN-0001mt-7Y for gegu-info-gnus-english@m.gmane.org; Tue, 17 Mar 2009 13:56:11 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news.unit0.net!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 68 Original-X-Trace: news.t-online.com 1237303465 01 a7111 YFn9l1BlfHtIgm2 090317 15:24:25 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: V9mVlqZTweynT8jlWqe2zAmNbtTwxCl3ailfRooCzttAAdXz8av2Ze User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:1Jx3JWIAnVc3YEL05NQQmI4TjC8= Original-Xref: news.stanford.edu gnu.emacs.gnus:82269 X-Mailman-Approved-At: Tue, 17 Mar 2009 13:55:51 -0400 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:12006 Archived-At: Richard Riley writes: > 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). 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