Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Mutt + Cygwin + PGP howto?? Date: Mon, 3 Jun 2002 14:11:44 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." To: "CygWin Users' List" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g53IBtJ15808 > > % > ... > % I've tried to wrap the file calls in the pgp_* commands > changing %f for > % `cygpath -w %f` so maybe pgp will "get" them, but to no use :( > > I don't know of a way to point mutt's tmp files to c:\tmp so > that you can > then point pgp6 to the same thing, but that's probably the > only hope here. > You can try playing with $tmpdir in your muttrc for starters... > 1. Try using the cygwin 'mount' command: $ mount --help $ mount -b -s c:/tmp /tmp might be all you need. 2. $ mount displays your mount table. 3. $ umount -s /tmp would undo the mount done above. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/