> On Fri, Jun 23, 2000 at 03:15:56PM -0600, Charles Curley wrote:
> > On Fri, Jun 23, 2000 at 01:10:34PM -0700, Shane Wegner wrote:
> > -> I am using GPG and a RSA key to encrypt but the message shows up in outlook
> > -> as xxxxx.dat as a file attachment and the decrypt option from the PGP menu
> > -> doesn't do anything.  Sending encrypted mail between outlook accounts works
> > -> fine.  As does encrypting a message from Outlook to Mutt.  Mutt hapily
> > -> decrypts it.
> > Take a look at pgp_create_traditional in the manual for mutt v. 1.2. I use
> > it for someone who has an ancient version of Eudora. If you must use it, I
> > recommend you set it as follows:
> > 
> > set pgp_create_traditional=ask-no

Hi,

The Application/PGP format is very close to that used by Outlook.  The
following is a bit of MUTT output.

Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: application/pgp; x-action=encrypt; format=text
Content-Disposition: inline; filename="msg.pgp"
User-Agent: Mutt/1.2i
Organization: Continuum Systems, Vancouver, Canada

-----BEGIN PGP MESSAGE-----

The only difference between that and Outlook is that Outlook doesn't have a
Content-Disposition header.  Therefore, I am trying to remove it in Mutt.

Starting on line 1489 of pgp.c:
  /* The following is intended to give a clue to some completely brain-dead
   * "mail environments" which are typically used by large corporations.
   */

  b->d_filename = safe_strdup ("msg.pgp");
  b->disposition = DISPINLINE;
  b->unlink   = 1;
  b->use_disp = 1;

I tried setting use_disp to 0 but the Content-Disposition header still
remains.  What must I do to get rid of that header or is that just a bad
idea in general?

Regards,
Shane

-- 
Shane Wegner: [EMAIL PROTECTED]
Personal website: http://www.cm.nu/~shane/

PGP signature

Reply via email to