From owner-freebsd-questions Tue Sep 28 16: 0:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pima.gate.net (pima.gate.net [198.206.134.30]) by hub.freebsd.org (Postfix) with ESMTP id 8B7CB15921 for ; Tue, 28 Sep 1999 16:00:27 -0700 (PDT) (envelope-from wjm@gate.net) Received: from navajo.gate.net (wjm@navajo.gate.net [199.227.0.15]) by pima.gate.net (8.8.6/8.6.12) with ESMTP id SAA278554; Tue, 28 Sep 1999 18:48:38 -0400 Received: from localhost (wjm@localhost) by navajo.gate.net (8.8.6/8.7.3) with ESMTP id TAA34798; Tue, 28 Sep 1999 19:01:54 -0400 X-Authentication-Warning: navajo.gate.net: wjm owned process doing -bs Date: Tue, 28 Sep 1999 19:01:53 -0400 (EDT) From: William Melanson To: Chris Jeter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pine.10 + pgp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 28 Sep 1999, Chris Jeter wrote: % in working to get pine.10 working with pgp i've taken the following sets. % % 1. i've set simlinks for pgp to pgpsign and encrypt in my ~/.pgp dir. I literally copied the files to my ~/.pgp directory. Tiny scripts they are. Maybe that would help? % 2. i've set sending-filters to % a. /.pgp/pgpsign -fast % b. /.pgp/encrypt -feast I've set mine up to look as such: sending-filters=/.pgp/pgpsign.sh # ---------- pgpsign.sh --------- #!/bin/sh # /usr/local/bin/pgp -fast -u # ---------- end ---------------- % 3. i've also set the compose-send-offers-first-filter option % As do I... Hope this helps? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message