From 0f52ee759600f6aa31c15054883d6a85a442a6c5 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 10 Jun 2003 15:43:34 +0000 Subject: More fun patches to make exmh work better: 1. Replace old, out-of-control preferences dialog with spiffy, sorted, scrolling preferences dialog. 2. Better PGP 6.5 compatibility. PORTREVISION bump to mark these changes. Obtained from: exmh CVS repository --- mail/exmh2/files/patch-pgpBase.tcl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mail/exmh2/files/patch-pgpBase.tcl (limited to 'mail/exmh2/files/patch-pgpBase.tcl') diff --git a/mail/exmh2/files/patch-pgpBase.tcl b/mail/exmh2/files/patch-pgpBase.tcl new file mode 100644 index 000000000000..386399ba0749 --- /dev/null +++ b/mail/exmh2/files/patch-pgpBase.tcl @@ -0,0 +1,15 @@ +Index: lib/pgpBase.tcl +=================================================================== +RCS file: /cvsroot/exmh/exmh/lib/pgpBase.tcl,v +retrieving revision 1.7 +retrieving revision 1.8 +diff -r1.7 -r1.8 +8a9,12 +> # Revision 1.8 2003/05/20 03:43:30 welch +> # pgpPgp65.tcl added version check improvement for PGP 6.5 (Neil Rickert) +> # (added . - and _ to the pattern, too (kre)) +> # +205c209 +< set pgp(pgp6,pat_Version) "Version:\[ \t\]*6\.5.*" +--- +> set pgp(pgp6,pat_Version) "Version:\[ \t-._A-Za-z\]*6\.5.*" -- cgit v1.2.3