From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54825 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: [nnimap] make gnus look in specific dir on server Date: Mon, 17 Nov 2003 23:05:31 -0600 Organization: Still searching... Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069133800 31506 80.91.224.253 (18 Nov 2003 05:36:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 05:36:40 +0000 (UTC) Original-X-From: ding-owner+M3365@lists.math.uh.edu Tue Nov 18 06:36:38 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALyXW-0001GQ-00 for ; Tue, 18 Nov 2003 06:36:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ALyUu-00027d-00; Mon, 17 Nov 2003 23:33:56 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ALy3Q-00026l-00 for ding@lists.math.uh.edu; Mon, 17 Nov 2003 23:05:32 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 055423A0045 for ; Mon, 17 Nov 2003 23:05:32 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ALy3P-000546-00 for ; Tue, 18 Nov 2003 06:05:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALy3O-00053y-00 for ; Tue, 18 Nov 2003 06:05:30 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ALy3O-0007Yj-00 for ; Tue, 18 Nov 2003 06:05:30 +0100 Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:VMyM3qUdPBwYy+DBcaRroba5Le4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54825 How can I make gnus thru nnimap look at the mail spool on the imap server? Using the simple setup from gnus info I'm taken to the username $HOME. But the mail is at /var/spool/imap/mail/$LOGNAME on the server. My nnimap server spec looks like: (setq imap-ssl-program "/usr/bin/openssl s_client -ssl3 -connect %s:%p") (setq gnus-secondary-select-methods '((nnml "") (nnimap "192.168.0.4" (nnimap-address "192.168.0.4") (nnimap-stream ssl) (nnimap-list-pattern ("INBOX" "")) )))