Author: Alexander Zangerl <az@debian.org>
Subject: path settings in *.MASTER and debian version display

diff -urNad exmh-2.7.2/exmh-async.MASTER /tmp/dpep.U8npNv/exmh-2.7.2/exmh-async.MASTER
--- exmh-2.7.2/exmh-async.MASTER	Tue Jun 15 01:23:54 2004
+++ /tmp/dpep.U8npNv/exmh-2.7.2/exmh-async.MASTER	Tue Jan 25 22:14:49 2005
@@ -1,4 +1,4 @@
-#!wish -f
+#!/usr/bin/wish -f
 #
 # async editor frontend for exmh
 # Arg1: invoking interpreter's name (from [winfo name .])
diff -urNad exmh-2.7.2/exmh-bg.MASTER /tmp/dpep.U8npNv/exmh-2.7.2/exmh-bg.MASTER
--- exmh-2.7.2/exmh-bg.MASTER	Tue Jun 15 01:24:00 2004
+++ /tmp/dpep.U8npNv/exmh-2.7.2/exmh-bg.MASTER	Tue Jan 25 22:16:01 2005
@@ -1,4 +1,4 @@
-#!wish -f
+#!/usr/bin/wish -f
 #
 # Background processing script for exmh.
 # This does stuff and then sends messages to the background module
@@ -18,6 +18,10 @@
 
 #CONFIGURATION
 #END CONFIGURATION
+# for safety so that old exmh config files don't keep it from starting
+set exmh(version) "version 2.8.0 04/21/2012 (/etc/exmh.conf is OLD)"
+source /etc/exmh.conf
+
 
 package require Tk
 wm withdraw .
diff -urNad exmh-2.7.2/exmh-strip.MASTER /tmp/dpep.U8npNv/exmh-2.7.2/exmh-strip.MASTER
--- exmh-2.7.2/exmh-strip.MASTER	Sat Jan  8 10:26:43 2005
+++ /tmp/dpep.U8npNv/exmh-2.7.2/exmh-strip.MASTER	Tue Jan 25 22:16:17 2005
@@ -1,4 +1,4 @@
-#!wish
+#!/usr/bin/wish
 #(Note - you should also be able to use tclsh with this.)
 #
 # Utility to strip out attachments from MIME messages.
@@ -51,6 +51,10 @@
 
 #CONFIGURATION
 #END CONFIGURATION
+# for safety so that old exmh config files don't keep it from starting
+set exmh(version) "version 2.8.0 04/21/2012 (/etc/exmh.conf is OLD)"
+source /etc/exmh.conf
+
 
 if {[catch {wm withdraw .}]} {
     # Stub out stuff when not running under wish
diff -urNad exmh-2.7.2/exmh.MASTER /tmp/dpep.U8npNv/exmh-2.7.2/exmh.MASTER
--- exmh-2.7.2/exmh.MASTER	Tue Jun 15 01:24:58 2004
+++ /tmp/dpep.U8npNv/exmh-2.7.2/exmh.MASTER	Tue Jan 25 22:16:50 2005
@@ -1,4 +1,4 @@
-#!wish -f
+#!/usr/bin/wish -f
 #
 # TK interface to the MH Mail utility
 # Brent Welch <welch@acm.org>
@@ -18,6 +18,12 @@
 # The following lines are patched by exmh.install
 #CONFIGURATION
 #END CONFIGURATION
+
+# for safety so that old exmh config files don't keep it from starting
+# old configs didn't include version
+set exmh(version) "version 2.8.0 04/21/2012 (/etc/exmh.conf is OLD)"
+source /etc/exmh.conf
+
 
 package require Tk
 if {$tcl_version < 8.0} {
diff -urNad exmh-2.7.2/ftp.expect.MASTER /tmp/dpep.U8npNv/exmh-2.7.2/ftp.expect.MASTER
--- exmh-2.7.2/ftp.expect.MASTER	Thu Jul 12 04:10:18 2001
+++ /tmp/dpep.U8npNv/exmh-2.7.2/ftp.expect.MASTER	Tue Jan 25 22:14:49 2005
@@ -1,6 +1,4 @@
-#!/bin/sh
-# \
-exec expect -f
+#!/usr/bin/expect -f
 
 set site [lindex $argv 0]
 set dir [lindex $argv 1]
diff -urNad exmh-2.7.2/inc.expect.MASTER /tmp/dpep.U8npNv/exmh-2.7.2/inc.expect.MASTER
--- exmh-2.7.2/inc.expect.MASTER	Thu Jul 12 02:40:49 2001
+++ /tmp/dpep.U8npNv/exmh-2.7.2/inc.expect.MASTER	Tue Jan 25 22:14:49 2005
@@ -1,6 +1,4 @@
-#!/bin/sh
-# \
-exec expect -f "$0" -- ${1+"$@"}
+#!/usr/bin/expect -f
 #
 # Script to run inc and provide a password.
 #
diff -urNad exmh-2.7.2/lib/app-defaults /tmp/dpep.U8npNv/exmh-2.7.2/lib/app-defaults
--- exmh-2.7.2/lib/app-defaults	Wed Jan  5 12:30:09 2005
+++ /tmp/dpep.U8npNv/exmh-2.7.2/lib/app-defaults	Tue Jan 25 22:14:49 2005
@@ -241,7 +241,7 @@
 *Main.help.m.l_faq:	Frequently Asked Questions
 *Main.help.m.c_faq:	Help exmh-faq
 *Main.help.m.l_html:	HTML Docs
-*Main.help.m.c_html:	Html_Window file:\$exmh(library)/html/index.html
+*Main.help.m.c_html:	Html_Window file:\$exmh(helploc)/index.html
 *Main.help.m.l_wiki:	Exmh Wiki
 *Main.help.m.c_wiki:	Html_Window http://www.beedub.com/cgi-bin/wiki.cgi/exmh
 *Main.help.m.t_sep:	separator
diff -urNad exmh-2.7.2/lib/help.tcl /tmp/dpep.U8npNv/exmh-2.7.2/lib/help.tcl
--- exmh-2.7.2/lib/help.tcl	Wed Apr  3 04:36:43 2002
+++ /tmp/dpep.U8npNv/exmh-2.7.2/lib/help.tcl	Tue Jan 25 22:14:49 2005
@@ -82,7 +82,7 @@
 	set id help$file
 	set topic $file
     } else {
-	set dir $exmh(library)/html
+	set dir $exmh(helploc)
 	set file $dir/$name.html
 	set id help$name
 	set topic $name
