From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29434 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: using nnimap Date: 07 Mar 2000 20:41:31 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87r9dmpsdb.fsf@tea.thpoon.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166105 2758 80.91.224.250 (21 Oct 2002 02:08:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:08:25 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id D4034D051E for ; Tue, 7 Mar 2000 14:45:02 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB03593; Tue, 7 Mar 2000 13:44:25 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Mar 2000 13:43:50 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA24704 for ; Tue, 7 Mar 2000 13:43:37 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 76E43D051E for ; Tue, 7 Mar 2000 14:43:44 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id UAA05027; Tue, 7 Mar 2000 20:41:34 +0100 Original-To: Arcady Genkin In-Reply-To: Arcady Genkin's message of "07 Mar 2000 13:06:24 -0500" Original-Lines: 32 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29434 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29434 Arcady Genkin writes: > I installed UoW imap server on my server box. It seems that I can > connect, but that's where it stops... > > Do I have some interface within Gnus to create/manage Imap folders? Or > else how does this work? The documentation only covers connecting and > splitting mail using nnimap backend... Well, everything else should be like any other backend so regular Gnus commands apply. > Does this log look reasonable? Yes. > Here's what I have for my backends: > > (setq gnus-secondary-select-methods > '((nnml "") > (nnimap "soup" > (nnimap-address "soup") > (nnimap-list-pattern ("Mailbox" "imap/*"))))) Looks good (perhaps you'd like to add "INBOX" to the `nnimap-list-pattern' list, I dunno). > I don't see any groups starting with nnimap (which I intuitively > suspect is the way it's supposed to be, right?). You need to subscribe to the groups before you see them. Use `A A' or the server buffer or something to do that.