On Thu, Aug 09, 2001 at 03:19:42PM +0200, Martin Domig wrote: > Is there a way to make mutt send inline PGP messages instead of the > MIME attachment form?
Well, this is a little kludgy, but it works. Put this in your .muttrc: # Inline encryption macro compose \CE "Fgpg -ea\ny" # Clearsign macro compose \CP "Fgpg --clearsign\ny" You can then do inline encryption with Control-p. -Rob