From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85968 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: How to debug nnimap-stream shell Date: Wed, 27 May 2015 09:10:18 +0200 Organization: Probably a good idea Message-ID: References: <87pp5picyk.fsf@vostro.rath.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1432710699 4680 80.91.229.3 (27 May 2015 07:11:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 May 2015 07:11:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34203@lists.math.uh.edu Wed May 27 09:11:24 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YxVUm-0003db-4q for ding-account@gmane.org; Wed, 27 May 2015 09:11:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1YxVU3-0008A0-1o; Wed, 27 May 2015 02:10:35 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YxVU1-00089n-Ky for ding@lists.math.uh.edu; Wed, 27 May 2015 02:10:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YxVU0-0006eL-05 for ding@lists.math.uh.edu; Wed, 27 May 2015 02:10:33 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1YxVTw-0000AV-Ck for ding@gnus.org; Wed, 27 May 2015 09:10:28 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YxVTu-0003Fh-UR for ding@gnus.org; Wed, 27 May 2015 09:10:27 +0200 Original-Received: from rainey.bang.priv.no ([212.110.185.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 May 2015 09:10:26 +0200 Original-Received: from sb by rainey.bang.priv.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 May 2015 09:10:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rainey.bang.priv.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:eFIrySPwcDdvkScPtymOe7FsdJ4= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85968 Archived-At: >>>>> Nikolaus Rath : > I'm trying to use nnimap-stream 'shell. I've set nnimap-shell-program > to a command line that connects to the imap server when tested on a > terminal, but when starting Gnus all I'm getting is a "Opening > connection to via shell..." message, and the server remains > in Offline mode. > Is there some way to obtain more debugging information? Set 'nnimap-record-commands' to t. Check the " *imap log*" and " *nnimap ...*" buffers for content. (note the leading space befor the "*")