From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72140 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Weirdness with nnimap-request-scan and server variables Date: Tue, 28 Sep 2010 21:47:41 -0400 Message-ID: <87zkv1fhca.fsf@maru.md5i.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285725140 30378 80.91.229.12 (29 Sep 2010 01:52:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2010 01:52:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20513@lists.math.uh.edu Wed Sep 29 03:52:19 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P0lqA-0005fD-M8 for ding-account@gmane.org; Wed, 29 Sep 2010 03:52:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P0lpL-0006Y7-G4; Tue, 28 Sep 2010 20:51:23 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P0lpI-0006Xm-1O for ding@lists.math.uh.edu; Tue, 28 Sep 2010 20:51:20 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0lpG-0002iy-Tf for ding@lists.math.uh.edu; Tue, 28 Sep 2010 20:51:19 -0500 Original-Received: from md5i.com ([75.151.244.229] helo=maru.md5i.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0lpF-0008Om-00 for ; Wed, 29 Sep 2010 03:51:17 +0200 Original-Received: from md5i by maru.md5i.com with local (Exim 4.72) (envelope-from ) id 1P0loj-0003SP-Iv for ding@gnus.org; Tue, 28 Sep 2010 21:50:45 -0400 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72140 Archived-At: With the latest git gnus build, I am having some problems with nnimap-request-scan. My gnus-secondary-select-methods is as follows: (setq gnus-secondary-select-methods '((nnimap "localimap" (nnimp-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnir-search-engine imap) (nnimap-address "localhost") (nnimap-stream network-no-tls)))) However, when I enter nnimap-request-scan, nnimap-inbox is nil. After debug-on-entry to nnimap-request-scan, using the following backtrace, evaluating nnimap-inbox evaluates to nil. Any ideas what could be happening here? Debugger entered--entering a function: * nnimap-request-scan(nil "localimap") gnus-request-scan(nil (nnimap "localimap" (nnimp-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnimap-address "localhost") (nnimap-stream network-no-tls) (nnir-search-engine imap))) gnus-get-unread-articles(nil) gnus-group-get-new-news(nil) call-interactively(gnus-group-get-new-news nil nil) -- Michael Welsh Duggan (md5i@md5i.com)