From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71539 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: More IMAP testing, please Date: Thu, 23 Sep 2010 09:04:34 -0400 Message-ID: <87wrqcobkt.fsf@uwo.ca> References: <8762y178ny.fsf@uwo.ca> <87eico4b4k.fsf@uwo.ca> <87ocbqkhj5.fsf@uwo.ca> <877hien0xr.fsf@uwo.ca> <8762xwyl0x.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285247111 22988 80.91.229.12 (23 Sep 2010 13:05:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 13:05:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19912@lists.math.uh.edu Thu Sep 23 15:05:09 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 1OylU3-0002cc-N4 for ding-account@gmane.org; Thu, 23 Sep 2010 15:05:08 +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 1OylTs-0004bF-MN; Thu, 23 Sep 2010 08:04:56 -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 1OylTq-0004ay-LT for ding@lists.math.uh.edu; Thu, 23 Sep 2010 08:04:54 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OylTg-0008EQ-95 for ding@lists.math.uh.edu; Thu, 23 Sep 2010 08:04:54 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OylTf-0004nk-00 for ; Thu, 23 Sep 2010 15:04:43 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OylTf-0002RN-EA for ding@gnus.org; Thu, 23 Sep 2010 15:04:43 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 15:04:43 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 15:04:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:XTeSDKX51jTRlg6w8Q4JmpMGlBc= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71539 Archived-At: Julien Danjou writes: > On Thu, Sep 23 2010, James Cloos wrote: > >> It turned out that the bug is that imap-shell-program override in >> gnus-secondary-select-methods is ignoreed, defaulting to the version >> specified in imap.el. > > It's nnimap-shell-program (now). It looks to me like there is a server variable nnimap-shell-program and a global variable imap-shell-program which is used as the default for the server variable. And it certainly worked for me to set imap-shell-program. Yesterday, I switched to using server variables since I wanted a different program for each server, and at one point Gnus started trying to use some default ssl programs. Restarting Gnus made it use my value. Not sure what caused this. Dan