From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70894 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Releasing the new nnimap on y'all soon Date: Fri, 17 Sep 2010 12:50:29 -0400 Message-ID: <878w30tiui.fsf@uwo.ca> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284742263 4334 80.91.229.12 (17 Sep 2010 16:51:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2010 16:51:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19267@lists.math.uh.edu Fri Sep 17 18:51:02 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 1Owe9N-0007US-Ll for ding-account@gmane.org; Fri, 17 Sep 2010 18:51:01 +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 1Owe97-0000IX-Py; Fri, 17 Sep 2010 11:50:45 -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 1Owe96-0000IL-Hw for ding@lists.math.uh.edu; Fri, 17 Sep 2010 11:50:44 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Owe91-0002SC-R6 for ding@lists.math.uh.edu; Fri, 17 Sep 2010 11:50:44 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Owe91-0002vf-00 for ; Fri, 17 Sep 2010 18:50:39 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Owe8y-0007E2-T6 for ding@gnus.org; Fri, 17 Sep 2010 18:50:36 +0200 Original-Received: from bas3-london14-1096779976.dsl.bell.ca ([65.95.136.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Sep 2010 18:50:36 +0200 Original-Received: from jdc by bas3-london14-1096779976.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Sep 2010 18:50:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096779976.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:54KcyUAL2QOoYNZrNSctn9Y0L8o= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70894 Archived-At: Lars Magne Ingebrigtsen writes: > Lars Magne Ingebrigtsen writes: > >> I'll be releasing the new nnimap later tonight, so be prepared for some >> breakage. :-) > > I pushed it out now. Should it be mostly a drop-in replacement? For example, there are two IMAP servers I currently access, one using a shell connection and the other using a network connection: (setq imap-shell-program '("ssh %s dovecot --exec-mail imap")) (add-to-list 'gnus-secondary-select-methods '(nnimap "jdc" (nnimap-address "remote.imap.server") ;(nnimap-server-port XXXXX) ;(nnimap-authenticator login) (nnimap-stream shell) )) (add-to-list 'gnus-secondary-select-methods '(nnimap "rocky" (nnimap-address "localhost") (nnimap-server-port 143) ;(nnimap-authenticator login) (nnimap-stream network) ; Summary generation is faster with this t: (nnimap-nov-is-evil t) )) Will these sorts of settings still be honoured? Using the shell connection has been more reliable for me, as it seems to work-around oddities in my university's intrusion detection system. Dan