On Sat, Jun 30, 2001 at 08:19:47PM +1000, David wrote:
> On Thu, 21 Jun 2001, Juraj Bednar wrote:
> >
> > only send this old way to certain users, like my mother. I would
> > like to use Mutt's standard PGP signing and enciphering interface.
> > Is this possible to configure?
Another option if you are using vi or vim as your editor:
use a command in vi to change the text to ascii armored encrypted text
:%!gpg -eas
This command runs the text through a filter of the gpg command with
the switches encrypt,sign and armor. It then asks for an id from your
keyring for who it's supposed to go to. All of this gets returned to
vi as the ascii armored text. All you have to do at that point is send
the message as clear text. It sounds like a lot of work, but it's
actually only slightly more work than using the mutt quad-option, and
it is NOT depreciated like the quad-option, so it's less likely to
disappear in the future.
BTW, this is an example of some cool stuff about vi. You can run any
text through any filter you want, not just gpg. If you aren't aware of
this, I suggest you read up on it, too. ;-)
--
David Rock
[EMAIL PROTECTED]
PGP signature