From owner-freebsd-ports Sun Mar 17 03:30:14 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07488 for ports-outgoing; Sun, 17 Mar 1996 03:30:14 -0800 (PST) Received: from methan.chemie.fu-berlin.de (methan.chemie.fu-berlin.de [130.133.2.81]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA07483 for ; Sun, 17 Mar 1996 03:30:11 -0800 (PST) Received: by methan.chemie.fu-berlin.de (Smail3.1.29.1) from reido.in-berlin.de with uucp id ; Sun, 17 Mar 96 12:30 MET Received: by reido.in-berlin.de id m0tyF6b-0002PWC; Sun, 17 Mar 96 10:50 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: balu@reido.in-berlin.de (Boris Staeblow) Subject: Re: problems with new elm port To: ports@freebsd.org Date: Sun, 17 Mar 1996 10:50:28 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL13 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Just compiled the new elm port (ME+13). When trying to read pgp >encrypted mails from my incoming mail folder, that I could read with >a previous Version of pgp elm (ME8b) with no problems, I can't do >this now with the new elm version. Do other people have similar >experiences ?! Is your default language german in pgp? Test this: *** pgp.c.orig Sun Mar 17 10:30:34 1996 --- pgp.c Sun Mar 17 10:31:22 1996 *************** *** 125,131 **** for (;;) { while (*c && isspace (*c)) c++; /* move past any leading space! */ ! sprintf(buf, "%s +verbose=0 -kv '%s'", PGP_PATH, c); p = popen(buf, "r"); if (!p) return(-1); --- 125,131 ---- for (;;) { while (*c && isspace (*c)) c++; /* move past any leading space! */ ! sprintf(buf, "%s +verbose=0 +lang=us -kv '%s'", PGP_PATH, c); p = popen(buf, "r"); if (!p) return(-1); Boris balu@reido.in-berlin.de