[7372] in SIPB bug reports

home help back first fref pref prev next nref lref last post

Re: exmh mime support

daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Thu Sep 23 05:33:16 1999

Message-Id: <199909230933.FAA01886@snorklewacker.mit.edu>
Cc: Emil Sit <sit@MIT.EDU>
To: bug-sipb@MIT.EDU
In-Reply-To: Your message of "Wed, 22 Sep 1999 16:34:27 -0400."
             <199909222034.QAA29708@mushu.mit.edu> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 23 Sep 1999 05:33:07 EDT
From: "Jacob Morzinski" <jmorzins@MIT.EDU>


On Wed, 22 Sep 1999, Emil Sit <sit@MIT.EDU> wrote:
>exmh refers to non-existent mailcap and mime.types files:

Thanks.  I believe I've fixed this (yay athdir!).  Please correct
me if the patch below uses incorrect locations for these files.


>We may also want to combine some of the abilities
>of the standard 8.3 mime handling (/usr/athena/etc/mhn.defaults)
>as well.

I'd rather not worry about /usr/athena/etc/mhn.defaults until
linux has it.

 -Jacob



athena% diff exmh.bak exmh
19c19
< set wish /afs/sipb/project/tcl/wish
---
> set wish [exec athdir /afs/sipb/project/tcl bin/wish]
32,35c32,35
< set mime(dir) /afs/athena/project/mime/bin
< set mailcap_default /afs/athena/software/infoagents/lib/Netscape/mailcap
< set mimetypes_default /afs/athena/software/infoagents/lib/Netscape/mime.types
< set exmh(expect) /afs/athena/project/gnu/bin/expect
---
> set mime(dir) [exec athdir /afs/athena/project/mime bin]
> set mailcap_default [exec athdir -t mailcap -p /afs/athena/software/infoagents/lib/Netscape -f %p/%s/%t]
> set mimetypes_default [exec athdir -t mime.types -p /afs/athena/software/infoagents/lib/Netscape -f %p/%s/%t]
> set exmh(expect) [exec athdir /afs/athena/project/gnu bin/expect]
42c42
< set pgp(path) /afs/athena/contrib/pgp/bin
---
> set pgp(path) [exec athdir /afs/athena/contrib/pgp bin]


home help back first fref pref prev next nref lref last post