From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67631 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: how to speed up connection to a imap server Date: Mon, 20 Oct 2008 11:51:54 +0200 Message-ID: <87ej2bfvb9.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224513405 22017 80.91.229.12 (20 Oct 2008 14:36:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 14:36:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16083@lists.math.uh.edu Mon Oct 20 16:37:45 2008 connect(): Connection refused 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.50) id 1KrrS5-0003je-5h for ding-account@gmane.org; Mon, 20 Oct 2008 11:53:29 +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 1KrrQs-0003Zo-L8; Mon, 20 Oct 2008 04:52:14 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KrrQr-0003ZV-Gr for ding@lists.math.uh.edu; Mon, 20 Oct 2008 04:52:13 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KrrQo-0001e7-H1 for ding@lists.math.uh.edu; Mon, 20 Oct 2008 04:52:13 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KrrQv-0000QL-00 for ; Mon, 20 Oct 2008 11:52:17 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KrrQj-0007vE-Ix for ding@gnus.org; Mon, 20 Oct 2008 09:52:05 +0000 Original-Received: from maportatil12.quim.ucm.es ([147.96.6.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Oct 2008 09:52:05 +0000 Original-Received: from oub by maportatil12.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Oct 2008 09:52:05 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: maportatil12.quim.ucm.es X-Hashcash: 1:20:081020:gmane.emacs.gnus.general::xo9RYymkfoTQH1fn:00000000000000000000000000000000000003h8w User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:Hza7vY1ZNZ+a/c5wVHf+WZv/kFI= X-Spam-Score: -3.5 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67631 Archived-At: Hello It seems that the connection to my imap server gets slower and slower (I have agentized the server). I have the following setting (setq gnus-secondary-select-methods '( (nnimap "ucimap.ucm.es" (nnimap-stream network)))) Is there any way of speeding up the connection to that server, by setting additional parameters depending on the character of this imap server? Like setting the nnimap-server-port explicitly to 143 so something like this. thanks Uwe Brauer