From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46106 Path: main.gmane.org!not-for-mail From: "Simon Josefsson" Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP/SSL with gnus Date: Tue, 13 Aug 2002 10:37:55 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: <57869.62.255.241.113.1029227875.squirrel@yxa.extundo.com> References: <87vg6m7i6g.fsf@giotto.sj.ru> <87n0ryqoax.fsf@pale.loc> <87it2l6zk8.fsf@giotto.sj.ru> <873ctp4495.fsf@giotto.sj.ru> <87bs87lxtr.fsf@pale.loc> <87lm7bpx83.fsf@pale.loc> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1029227921 4324 127.0.0.1 (13 Aug 2002 08:38:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2002 08:38:41 +0000 (UTC) Cc: Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17eXCK-00017c-00 for ; Tue, 13 Aug 2002 10:38:40 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17eXC8-0001pc-00; Tue, 13 Aug 2002 03:38:28 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Aug 2002 03:38:56 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA09107 for ; Tue, 13 Aug 2002 03:38:40 -0500 (CDT) Original-Received: (qmail 19716 invoked by alias); 13 Aug 2002 08:38:06 -0000 Original-Received: (qmail 19705 invoked from network); 13 Aug 2002 08:38:05 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 13 Aug 2002 08:38:05 -0000 Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g7D8bvi2017907; Tue, 13 Aug 2002 10:37:57 +0200 Original-Received: (from apache@localhost) by yxa.extundo.com (8.12.5/8.12.1/Submit) id g7D8buAq017906; Tue, 13 Aug 2002 10:37:56 +0200 X-Authentication-Warning: yxa.extundo.com: apache set sender to jas@extundo.com using -f Original-Received: from 62.255.241.113 (SquirrelMail authenticated user jas) by yxa.extundo.com with HTTP; Tue, 13 Aug 2002 10:37:55 +0200 (CEST) Original-To: In-Reply-To: <87lm7bpx83.fsf@pale.loc> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46106 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46106 > The problem I had was that gnus freezes infinitely on calling ssh. This > was because I have ssh debug prints always enabled, and they > confuses nnimap. Setting imap-shell-command to "ssh -q ..." helps. The fix I added should make it work even without -q now, I think.