[7621] in SIPB bug reports
Re: Exmh bug
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Mon Aug 7 14:06:36 2000
Date: Mon, 7 Aug 2000 14:04:35 -0400 (EDT)
From: Jacob Morzinski <jmorzins@MIT.EDU>
Reply-To: bug-sipb@MIT.EDU
To: Kev <klmitch@MIT.EDU>
cc: bug-sipb@MIT.EDU
In-Reply-To: <200008071426.KAA18352@multics.mit.edu>
Message-ID: <Pine.GSO.4.21L.0008071349590.534-100000@all-night-tool.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Mon, 7 Aug 2000, Kev wrote:
> Right-clicking and turning off "Decode part as MIME" properly displays
> the message. Note that I have exmh configured such that "Decode part
> as MIME" is supposed to always be off; I have no idea why it insists on
> turning this feature on against my wishes and my explicit configuration.
I know what's causing that -- that part of exmh's pgp code does a
regexp search for the possble start of a pgp message, and if it
finds one it directly invokes exmh's mime-display of the message
without going through the normal mime identification and display
process.
I'm not sure if I'll have time to fix it soon, but I'll try to
get to it. The immediately relevant lines are around line 959 of
/mit/sipb/share/exmh-2.1.1/mime.tcl, if you have any inclination
to look at it yourself.
-Jacob