From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36658 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: Re: two imap.el patches Date: 20 Jun 2001 00:03:57 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172209 9766 80.91.224.250 (21 Oct 2002 03:50:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:50:09 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 11107 invoked from network); 19 Jun 2001 22:03:58 -0000 Original-Received: from mail.inf.elte.hu (157.181.161.6) by gnus.org with SMTP; 19 Jun 2001 22:03:58 -0000 Original-Received: by mail.inf.elte.hu (Postfix, from userid 28535) id 888D281C1; Wed, 20 Jun 2001 00:03:57 +0200 (CEST) Original-To: ding@gnus.org Mail-Copies-To: nobody In-Reply-To: (Simon Josefsson's message of "19 Jun 2001 21:10:43 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Biscayne) Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:36658 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36658 On Tue, 19 Jun 2001, at 21:10, Simon Josefsson wrote: > I mean, if the default is nil, it will not work at all if I have the > old imtest, and will work but with line length problems (that's all ^out, you mean? > right?) with the new imtest. If the default is t, it will work but > have line length problems regardless of imtest version. Hm, I not sure about these line length problems... the major reason I was looking for a solution not using a pty was the insecure pty allocation method on some systems (notably AIX 4.3, which I am using :). I don't know if using a pty might introduce line length problems. To summarize: imtest version / p-c-t nil t <2.0.14 does not work not at all insecure 2.0.14+ fine and secure insecure Andras