This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Mutt + Cygwin + PGP howto??


> 
> % 
> ...
> % 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]