From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45603 Path: main.gmane.org!not-for-mail From: me@vger.org Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus and IMAP Date: Tue, 9 Jul 2002 12:52:26 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1026225287 23636 127.0.0.1 (9 Jul 2002 14:34:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2002 14:34:47 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Rw4k-000697-00 for ; Tue, 09 Jul 2002 16:34:46 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17Rw4K-0005a6-00; Tue, 09 Jul 2002 09:34:20 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Jul 2002 09:34:43 -0500 (CDT) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA24634 for ; Tue, 9 Jul 2002 09:34:36 -0500 (CDT) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g69EY9D08394 for ding@hpc.uh.edu; Tue, 9 Jul 2002 09:34:09 -0500 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA24107 for ; Tue, 9 Jul 2002 05:12:53 -0500 (CDT) Original-Received: (qmail 29571 invoked by alias); 9 Jul 2002 10:12:25 -0000 Original-Received: (qmail 29566 invoked from network); 9 Jul 2002 10:12:25 -0000 Original-Received: from spook.vger.org (HELO kenny.worldonline.se) (qmailr@213.204.128.210) by gnus.org with SMTP; 9 Jul 2002 10:12:25 -0000 Original-Received: (qmail 4592 invoked from network); 9 Jul 2002 10:52:26 -0000 Original-Received: from spook.vger.org (HELO kenny.worldonline.se) (prox@213.204.128.210) by spook.vger.org with SMTP; 9 Jul 2002 10:52:26 -0000 X-Sender: prox@kenny.worldonline.se Original-To: Niklas Morberg In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45603 Got it working now, was just to enter the server buffer and subscribe from there. config now: (setq gnus-nntp-server nil) (setq gnus-select-method '(nnnil)) (setq gnus-secondary-select-methods '((nnimap "my.mail.server" (nnimap-server-port 143) (nnimap-address "my.mail.server") (nnimap-expunge-on-close never)) (nnml ""))) (setq mail-sources '((file :path "/my/spool/file"))) (setq nnmail-split-methods '(("localhost" ""))) (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq nnimap-split-predicate '("UNDELETED")) Thanks for the help =)